mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1254] Question: Flag for successful connection #1073
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#1073
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 @dronecz on GitHub (May 26, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1254
Basic Infos
Hardware
WiFimanager Branch/Release: feature_asyncwebserver
Hardware: Custom ESP32 board
Core Version: 1.0.6
Description
I´m making setup wizard for my device and I have screen where I call function which start WiFiManager and would like to ext this screen when there was successful connection to the network.
Is there any function or callback which I can use for this already?
@tablatronix commented on GitHub (Jun 14, 2021):
Not yet, wm currently shutsdown the ap to attempt the connect (for stability), so maintaining a webservice is a problem.
@dronecz commented on GitHub (Jun 14, 2021):
Thanks for info.
I solved it like this:
This works, but I have to enter SSID manualy as I have this issue.