DevJav / best_friend_lamp_arduino

Best friend lamp project made with Arduino
15 stars 5 forks source link

Problem with wifiManager #4

Closed rianarang closed 2 years ago

rianarang commented 2 years ago

I implemented the change from the comment linked in the readme but I am getting this error

Documents/Arduino/libraries/Adafruit_IO_Arduino/src/wifi/AdafruitIO_ESP8266.cpp:17:10: fatal error: WiFiManager.h: No such file or directory 17 | #include // TJS: Hacked in for Mac's Klok

DevJav commented 2 years ago

@rianarang have you installed wifimanager from arduino ide?

rianarang commented 2 years ago

This fixed it thank you!