mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #457] AP Wont Shut Down #387
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#387
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 @Zacknetic on GitHub (Nov 15, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/457
Hi there,
After using the portal to connect the device to a home wifi, the AP refuses to shut off and continues broadcasting. What code should be present to make sure it's not broadcasting after either being manually shut off or connecting as a client to another device?
@tablatronix commented on GitHub (Nov 15, 2017):
#430
Ill start working on a known issues/bugs to add to documentation.
@Zacknetic commented on GitHub (Nov 15, 2017):
Thank you.
@tablatronix commented on GitHub (Nov 15, 2017):
I have been working on some stability and bugs here
https://github.com/tzapu/WiFiManager/pull/313
If you want to take a look
Although some bugs are in core, some are fixed in 2.4.0RC2 but some are still present with no workarounds yet. For example softapdisconnect fails always, which is ONE of the causes of this issue, the other is persistent related.