mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #752] IMPROVEMENT: Allow callback or some other method when entering auto connect #628
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#628
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 @Foozinator on GitHub (Oct 12, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/752
I'm working with an ESP8266 that has a small built-in OLED display. I'd like to show the SSID and IP of the unit when it enters the AP-mode for connection input. That way, I could just provide power to a "new" unit and not have to get a serial monitor to see what SSID + IP was used.
It looks like that might be simple enough to do if a callback was available for "about to enter AP-mode".
@tablatronix commented on GitHub (Oct 12, 2018):
#452
@tablatronix commented on GitHub (Oct 12, 2018):
@tablatronix commented on GitHub (Oct 12, 2018):
It looks like that gets fired BEFORE starting the ap..
hmm
@tablatronix commented on GitHub (Oct 12, 2018):
I moved it after softap() in development branch
Should not break anything and allow what you want.
@tablatronix commented on GitHub (Oct 12, 2018):
1d0970a882@tablatronix commented on GitHub (Oct 12, 2018):
👊 Possible Breaking Change!
@tablatronix commented on GitHub (May 11, 2020):
Noone has complained... closing