[GH-ISSUE #783] get back to wifi setup when wifi connection get lost #655

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

Originally created by @mc9625 on GitHub (Dec 12, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/783

I'm working on a battery powered device. I would like to be able to carry this object around and try to connect to a new hotspot. I can't add any hw button to it, so this reconnection should be managed automatically. It should be something simple: instead that "simply" get back to AP mode if connection is lost, it should get back to Wifi Manager setup.
Is this possible?

Originally created by @mc9625 on GitHub (Dec 12, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/783 I'm working on a battery powered device. I would like to be able to carry this object around and try to connect to a new hotspot. I can't add any hw button to it, so this reconnection should be managed automatically. It should be something simple: instead that "simply" get back to AP mode if connection is lost, it should get back to Wifi Manager setup. Is this possible?
Author
Owner

@tablatronix commented on GitHub (Dec 12, 2018):

Sure use the on demand example and use esp events to detect lost connections , you will want to add a delay to make sure its not a hiccup though

<!-- gh-comment-id:446570228 --> @tablatronix commented on GitHub (Dec 12, 2018): Sure use the on demand example and use esp events to detect lost connections , you will want to add a delay to make sure its not a hiccup though
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#655
No description provided.