scottchiefbaker / ESP-WebOTA

Simple web based Over-the-Air (OTA) updates for ESP based projects
MIT License
283 stars 38 forks source link

Examples won't compile properly with Arduino IDE 2.1.1 #21

Open Dario503 opened 11 months ago

Dario503 commented 11 months ago

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 commented 11 months ago

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