[GH-ISSUE #770] LED still on when router is down #645

Closed
opened 2026-02-28 01:26:22 +03:00 by kerem · 8 comments
Owner

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

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
kerem closed this issue 2026-02-28 01:26:22 +03:00
Author
Owner

@tablatronix commented on GitHub (Nov 24, 2018):

huh?

<!-- gh-comment-id:441372013 --> @tablatronix commented on GitHub (Nov 24, 2018): huh?
Author
Owner

@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?

<!-- gh-comment-id:441372702 --> @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?
Author
Owner

@zzxjl1 commented on GitHub (Nov 24, 2018):

I tried the timeout function , but it only reboots.

<!-- gh-comment-id:441372774 --> @zzxjl1 commented on GitHub (Nov 24, 2018): I tried the timeout function , but it only reboots.
Author
Owner

@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

<!-- gh-comment-id:441376058 --> @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
Author
Owner

@zzxjl1 commented on GitHub (Nov 25, 2018):

noop, i mean without any available ssid to connect it nerver tries to enter the loop()

<!-- gh-comment-id:441410992 --> @zzxjl1 commented on GitHub (Nov 25, 2018): noop, i mean without any available ssid to connect it nerver tries to enter the loop()
Author
Owner

@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

<!-- gh-comment-id:441444875 --> @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
Author
Owner

@zzxjl1 commented on GitHub (Nov 26, 2018):

Is there any ways to make it enter the loop while broadcasting the configportal

<!-- gh-comment-id:441505173 --> @zzxjl1 commented on GitHub (Nov 26, 2018): Is there any ways to make it enter the loop while broadcasting the configportal
Author
Owner

@tablatronix commented on GitHub (Nov 26, 2018):

See non blocking examples in development branch

<!-- gh-comment-id:441635461 --> @tablatronix commented on GitHub (Nov 26, 2018): See non blocking examples in development branch
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#645
No description provided.