[GH-ISSUE #1164] WiFiManager.cpp:15:0: error: unterminated #if #994

Closed
opened 2026-02-28 01:28:02 +03:00 by kerem · 1 comment
Owner

Originally created by @fretsbiz on GitHub (Dec 9, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1164

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.

Originally created by @fretsbiz on GitHub (Dec 9, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1164 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.
kerem 2026-02-28 01:28:02 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tablatronix commented on GitHub (Dec 9, 2020):

Ok let me check I just merged some stuff

<!-- gh-comment-id:742042223 --> @tablatronix commented on GitHub (Dec 9, 2020): Ok let me check I just merged some stuff
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#994
No description provided.