[GH-ISSUE #1252] Need support / help : auto exits the access point #1071

Closed
opened 2026-02-28 01:28:24 +03:00 by kerem · 0 comments
Owner

Originally created by @alexrtou on GitHub (May 20, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1252

Hello,

that is not an issue. I just need help.

I'm using WifiManager like this on a ESP32 :

lib_deps =
https://github.com/tzapu/WiFiManager.git

My wifi, is sometime stopped. And I need to auto exit the Access Point when connection fail...
I made some tries... but unsuccessfully...

for example :
void loop() { delay(300000); // 5min esp_sleep_enable_ext0_wakeup(GPIO_NUM_30,1); esp_deep_sleep_start(); }

Can you help me ?
Thanks !

Originally created by @alexrtou on GitHub (May 20, 2021). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1252 Hello, that is not an issue. I just need help. I'm using WifiManager like this on a ESP32 : lib_deps = https://github.com/tzapu/WiFiManager.git My wifi, is sometime stopped. And I need to **auto** exit the Access Point when connection fail... I made some tries... but unsuccessfully... for example : ` void loop() { delay(300000); // 5min esp_sleep_enable_ext0_wakeup(GPIO_NUM_30,1); esp_deep_sleep_start(); } ` Can you help me ? Thanks !
kerem closed this issue 2026-02-28 01:28:24 +03:00
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#1071
No description provided.