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