mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #205] Web server does not restart in on demand mode #166
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#166
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 @x-o1d on GitHub (Aug 2, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/205
After starting and leaving the captive portal once, triggering the captive portal again starts the softAP, but the web server is not started. Only works after a reboot
@tzapu commented on GitHub (Aug 4, 2016):
hi, this is an issue in the esp8266 webserver cleanup somewhere unfortunately together with a bug in wifimanager that doesn t start the portal if it s already connected to the network.
don t have a test bed for this currently, but will have to check it out whenever i get some time to rework the way it does things.
in the mean time, you could jsut force a reset after captive portal ends, if that ok.
@x-o1d commented on GitHub (Aug 5, 2016):
Yup that should be ok for now. Thanks!