mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #1164] WiFiManager.cpp:15:0: error: unterminated #if #994
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#994
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@tablatronix commented on GitHub (Dec 9, 2020):
Ok let me check I just merged some stuff