mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #770] LED still on when router is down #645
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#645
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 @zzxjl1 on GitHub (Nov 24, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/770
Turn off the router after a sussessful connection, the Led is still on and the program seems unable to detect the current wifi status
@tablatronix commented on GitHub (Nov 24, 2018):
huh?
@zzxjl1 commented on GitHub (Nov 24, 2018):
And it stucks in setup() when the router is off , how can i force it into loop() if i want to achieve some functions without the need of wifi?
@zzxjl1 commented on GitHub (Nov 24, 2018):
I tried the timeout function , but it only reboots.
@bigdolphin commented on GitHub (Nov 24, 2018):
I think it is same with my issue and you should comment the line 2666 in the WiFiManager.cpp to solve it
https://github.com/tzapu/WiFiManager/issues/771
@zzxjl1 commented on GitHub (Nov 25, 2018):
noop, i mean without any available ssid to connect it nerver tries to enter the loop()
@tablatronix commented on GitHub (Nov 25, 2018):
yeah that is how it is supposed to work if you call autoconnect(), it starts a configportal to configure using a blocking loop. development branch adds non blocking capability
@zzxjl1 commented on GitHub (Nov 26, 2018):
Is there any ways to make it enter the loop while broadcasting the configportal
@tablatronix commented on GitHub (Nov 26, 2018):
See non blocking examples in development branch