mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #555] Should captive portal screen close automatically upon connection to WiFi? #468
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#468
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 @chrisallick on GitHub (Mar 14, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/555
Basic Infos
Hardware
WiFimanager Branch/Release: Development
Hardware: ESP12 (esp8266, and specifically the Huzzah from Aadafruit)
Core Version: 2.4.1
Description
Upon entering my WiFi credentials, and successfully connecting, the captive portal doesn't close. Is there a way to make it auto close? I suppose it could be solved with a message, but would be a better experience if it closed.
Also, in case anyone gets to this message and cannot get your ESP8266 to connect to wifi or even open the captive portal. Master never worked for me. Failed to ever open the portal or allow my phone to connect to the AP. Development branch worked immediately as well as the Ken Taylor fork master branch.
Additional libraries:
Sketch
Debug Messages
@tablatronix commented on GitHub (Mar 14, 2018):
https://github.com/esp8266/Arduino/issues/3793
This was supposed to be fixed, I fixed it.
hmm
@chrisallick commented on GitHub (Mar 14, 2018):
shrug let me know if there is anything else I can tell you about my setup or debug messages I can share.
@tablatronix commented on GitHub (Mar 14, 2018):
I was testing something and must have commited it
@chrisallick commented on GitHub (Mar 14, 2018):
Oh well now that I see your commit I'm looking at WiFiManager.cpp and seeing that
// ret = WiFi.softAPdisconnect(false);@tablatronix commented on GitHub (Mar 14, 2018):
yeah , even funnier that I spent 20 minutes debugging it. DOH
@chrisallick commented on GitHub (Mar 14, 2018):
Let me test it real quick, brb.
@chrisallick commented on GitHub (Mar 14, 2018):
It worked! I suppose people might want to call that manually so I could understand why it would be a setting or a function call rather than a default behavior.