jasoncoon / esp32-fastled-webserver

Work in progress ESP32 port of https://github.com/jasoncoon/esp8266-fastled-webserver
GNU General Public License v3.0
197 stars 66 forks source link

Compiling issue. #23

Closed arduino-new-guy closed 4 years ago

arduino-new-guy commented 4 years ago

I'm new to github please forgive me here. Just trying my best. I think I need a little more help. I tried compiling, it seems I'm getting hung up on this error... Someone posted an issue already but no real clear resolution...

esp32-fastled-webserver:188:13: error: 'setupWifi' was not declared in this scope

setupWifi();

Multiple libraries were found for "WiFi.h" Used: C:\Users\NetworkNinja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\libraries\WiFi Not used: C:\Program Files (x86)\Arduino\libraries\WiFi exit status 1 'setupWifi' was not declared in this scope

I have tried to uninstall IDE re-install I figured its pointing to the wrong wifi.h or WiFi.h files... I re-installed the libraries from the .zip. Tried removing / renaming the wifi.h files no luck. A little hand holding, would be much appreciated.

arduino-new-guy commented 4 years ago

Never mind solved the issue myself. Was missing one of the .h files in the same dir as the .ino file. Facepalm.