[solution] Error sketch upload: "Sketch was compiled for another board revision"
Posted: 30 May 2024 18:25
For testing, I used the default sketch:and firmware board Z-Uno2 version 3.0.12 beta.
If the compilation was successful. However, an error appears during sketch upload:Decrease the file name (or file path) and try sketch upload again.
Regards
Code: Select all
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
If the compilation was successful. However, an error appears during sketch upload:
Code: Select all
Error 0 Sketch was compiled for another board revision:656e (Expected:0704). Try to recompile the sketch.
Failed uploading: uploading error: exit status 7
Regards