Hi All,
I was trying to compile my first Arduino IoT Cloud with ESP32.
After creating all widgets and test variables in dashboard, i copied the code and tried to compile it locally on my Wemos ESP32, i was getting below error.
In file included from C:\Users\sanal\Documents\ESP32\ESP32_Arduino_IOT\ESP32_Arduino_IOT.ino:17:0:
thingProperties.h:3:29: fatal error: ArduinoIoTCloud.h: No such file or directory
compilation terminated.
exit status 1
ArduinoIoTCloud.h: No such file or directory
Confused which Libraries now i need to install ?
Do we have a separate Library Zip file from GitHub to be installed through
Sketch -> Include Library -> Add .ZIP ?