mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1393] Q: Can I get wifi status from WifiManager? #1192
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#1192
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 @Sulomus on GitHub (Apr 14, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1393
Hello,
firstly I would like to thank you for this awesome library! it truly saved my life.
My question is simple:
After I successfully connect to WiFi AP - I want to periodically check if the connection is OK, if it's not - then simply restart the ESP32.
With normal
WiFi.hlibrary you could do that with this code:Is there any equivalent in
WifiManagerlibrary?What am I using:
@tablatronix commented on GitHub (Apr 14, 2022):
you can do the same still, there is nothing to replace that