ESP-WebOTA
ESP-WebOTA copied to clipboard
Examples won't compile properly with Arduino IDE 2.1.1
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
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