ESP-WebOTA icon indicating copy to clipboard operation
ESP-WebOTA copied to clipboard

Examples won't compile properly with Arduino IDE 2.1.1

Open Dario503 opened this issue 2 years ago • 1 comments

Get the following error when compiling examples or my own code (which compiled fine last year):

/Users/darylrm/Documents/Arduino/sketch_jul18b/sketch_jul18b.ino: In function 'void loop()':
/Users/darylrm/Documents/Arduino/sketch_jul18b/sketch_jul18b.ino:36:5: error: 'webota' was not declared in this scope
     webota.handle();
     ^~~~~~

exit status 1

Compilation error: 'webota' was not declared in this scope

Dario503 avatar Jul 18 '23 19:07 Dario503

Resolved by deleting the version downloaded by the Arduino IDE Library Manager (1.4) and installing the contents of the zip file found on Github.

So still a bug with what is getting pulled down as a library from within Arduino IDE.

I'm on an Apple Silicon Mac BTW. Arduino IDE v2.1.1

Dario503 avatar Jul 18 '23 20:07 Dario503