mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #946] startLocalOnlyHotspot closed by system #799
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#799
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 @iadeelzafar on GitHub (Sep 22, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/946
I'm using startLocalOnlyHotspot in a project of mine that is similar to this project.
Hotspot is turned off by the system after a few minutes and I see this in the Logs.
2019-09-05 11:12:42.087 759-3392/? I/WifiService: stopLocalOnlyHotspot uid=10184 pid=16049Digging more, here's what this method that is being called by the system itself does.
So, my question is how the system decides that LocalOnlyHotspot is no longer needed? My other devices are connected to the local hotspot and a server is hosted on it. But it still gets turned off.
Please enlighten me.
Thanks!
@iadeelzafar commented on GitHub (Sep 22, 2019):
P.S: I'm using the
startLocalOnlyHotspoton a foreground service but the hotspot is closed by the system while the service is still running.@tablatronix commented on GitHub (Sep 22, 2019):
I have no idea what this is
@tablatronix commented on GitHub (Sep 22, 2019):
This is arduino esp wifimanager not android