mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1252] Need support / help : auto exits the access point #1071
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#1071
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 @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 !