mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #1672] Feature request: Make _preloadwifiscan publicly settable #1417
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#1417
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 @realA10001986 on GitHub (Nov 2, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1672
In my projects, the WiFi scan triggered when starting the CP disturbs required network traffic between devices, especially during boot. Setting _preloadwifiscan to false does avoid this, but I would like avoid my users having to patch the WiFiManager library source code when compiling my projects.
Adding a simple, public setPreLoadWiFi(bool) would really help.
@tablatronix commented on GitHub (Nov 3, 2023):
Yeah I am about to turn that off by default it was experimental and does make the page come up faster, but can also be problematic when joining or using ondemand and trying to join immediatly.
@realA10001986 commented on GitHub (Nov 3, 2023):
OK, plain off is fine, too. Thanks!
@tablatronix commented on GitHub (Nov 4, 2023):
94529cd08b