You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esp32-fastled-webserver:186:13: error: 'setupWifi' was not declared in this scope
setupWifi();
^
Multiple libraries were found for "WiFi.h"
Used: C:\Users\XXX\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.0\libraries\WiFi
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
exit status 1
'setupWifi' was not declared in this scope
The text was updated successfully, but these errors were encountered:
yes i had some problems with WiFi.h and wifi.h i kind of messed up the edit ( led strip length and other things). I got it to work but only this shows up in my browser:
Edit:
After a lot of open tabs and google'ing i managed to find my problem somehow. i forgot to flash the spiffs but i could not flash them , i got the error
Invalid argument or value after --chip (argument #2)
after many hours trying to make the SPIFFS fix provided on the github pagte from jasoncoon work i gave up somehow. now i just installed the esp32 binaries 1.0.0 instead of 1.0.1 and i could create the spiffs and i have a web interface.
onimoschta
changed the title
setupWifi compilation problem
Webserver displaying "Loading, please wait..."
Jan 12, 2019
im trying to compile the code and upload it to my esp32 but i have a problem:
C:\Users\XXX\Documents\Arduino\esp32-fastled-webserver\esp32-fastled-webserver.ino:
In function 'void setup()':
esp32-fastled-webserver:186:13: error: 'setupWifi' was not declared in this scope
setupWifi();
Multiple libraries were found for "WiFi.h"
Used: C:\Users\XXX\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.0\libraries\WiFi
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
exit status 1
'setupWifi' was not declared in this scope
The text was updated successfully, but these errors were encountered: