[GH-ISSUE #1316] After the router failure, the wifimanager will not be accepted again #1131

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

Originally created by @VladimirVecera on GitHub (Dec 4, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1316

It so happened that the child inadvertently turned off the router from the power supply. ESP32, which was connected to this router via wifi, cannot connect now and will fall into configportal, where it will remain hanging. After about an hour, I will plug in the router, but ESP32 will no longer connect.

Is it possible to set it to wifimanager so that it can try to connect again after a certain time?

wm.setConnectTimeout(60);
wm.setTimeout(120);
wm.setConfigPortalTimeout(60);
wm.setMenu(menu);
wm.setClass("invert"); // dark theme
wm.setScanDispPerc(true); // display percentages instead of graphs for RSSI
wm.setAPCallback(configModeCallback); // callbacks
wm.setSaveConfigCallback(saveWifiCallback); // callbacks
wm.setSaveParamsCallback(saveParamCallback); // callbacks
wm.setBreakAfterConfig(true); // callbacks Wifi
Originally created by @VladimirVecera on GitHub (Dec 4, 2021). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1316 It so happened that the child inadvertently turned off the router from the power supply. ESP32, which was connected to this router via wifi, cannot connect now and will fall into configportal, where it will remain hanging. After about an hour, I will plug in the router, but ESP32 will no longer connect. Is it possible to set it to wifimanager so that it can try to connect again after a certain time? wm.setConnectTimeout(60); wm.setTimeout(120); wm.setConfigPortalTimeout(60); wm.setMenu(menu); wm.setClass("invert"); // dark theme wm.setScanDispPerc(true); // display percentages instead of graphs for RSSI wm.setAPCallback(configModeCallback); // callbacks wm.setSaveConfigCallback(saveWifiCallback); // callbacks wm.setSaveParamsCallback(saveParamCallback); // callbacks wm.setBreakAfterConfig(true); // callbacks Wifi
kerem closed this issue 2026-02-28 01:28:39 +03:00
Author
Owner

@tablatronix commented on GitHub (Dec 4, 2021):

Do you have serial logs? It should not erase credentials and should connect on reboot, that sounds strange

<!-- gh-comment-id:986087754 --> @tablatronix commented on GitHub (Dec 4, 2021): Do you have serial logs? It should not erase credentials and should connect on reboot, that sounds strange
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#1131
No description provided.