Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFiManager.cpp:15:0: error: unterminated #if #1164

Closed
fretsbiz opened this issue Dec 9, 2020 · 1 comment
Closed

WiFiManager.cpp:15:0: error: unterminated #if #1164

fretsbiz opened this issue Dec 9, 2020 · 1 comment
Labels
bug Validated BUG

Comments

@fretsbiz
Copy link

fretsbiz commented Dec 9, 2020

I ran into the following issue while trying to upload the FastLED Webserver that requires WiFiManager onto a Wemos D1 Mini:

C:\Users\me\Documents\Arduino\libraries\WiFiManager-development\WiFiManager.cpp:15:0: error: unterminated #if
#if defined(ESP8266) || defined(ESP32)

After placing a #endif after the above boolean in WiFiManager.cpp the compile/upload stopped complaining,

Additionally, I am unable to to see the AP broadcasting and therefore can't login to it in order to select a WiFi network and set a passwd.....plus I don't know where I should be posting for further help regarding the access point. Please advise. Thanks.

@tablatronix
Copy link
Collaborator

Ok let me check I just merged some stuff

tablatronix added a commit that referenced this issue Dec 10, 2020
@tablatronix tablatronix added the bug Validated BUG label Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Validated BUG
Projects
None yet
Development

No branches or pull requests

2 participants