jasoncoon/esp8266-fastled-webserver

Wifi Manager has no member names process

CFalciani opened this issue · 2 comments

When uploading the esp8266-fastled=webserver.ino file to the esp8266, I am getting the following error:
/home/clayx11/Arduino/esp8266-fastled-webserver/esp8266-fastled-webserver.ino: In function 'void loop()':
esp8266-fastled-webserver:488:15: error: 'class WiFiManager' has no member named 'process'
wifiManager.process();

Is this an issue with my Wifi Manager install?

Yep that seems to resolve the issue. Thanks for the quick reply!