mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #1687] setConfigPortalTimeout not timing out the portal bug? #1434
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#1434
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 @Halvhjearne on GitHub (Dec 7, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1687
idk if its just me doing it wrong or if this is a bug, but i noticed setConfigPortalTimeout will not work for me and the portal just keeps running, am i the only one with this problem?
i have not tried to figure out why (yet), but i tried making a custom timeout and that will close the portal, but without it, the portal will just keep running forever.
here is some relevant code, maybe i missed something:
(wifisetup is called in setup and open_portal is called when i need the portal)
@tablatronix commented on GitHub (Dec 8, 2023):
configportaltimeout does not work on webportal, nor non blocking I think.
There has been a request or 2 to enable it. I would have to find that issue and take a look