mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1638] What is the maximum "found network list" on configuration page #1394
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#1394
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 @Emcukcan on GitHub (Jul 14, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1638
I am using Wifi Manager 2.0.4-beta, I have users which works in environment contains tens of routers and their problem, the router they want to use is not visible. It become visible only after they turn off some of other routers.
Is there any maximum found network parameter or it is just not visible on the web page?
Thanks.
@tablatronix commented on GitHub (Jul 14, 2023):
hmm I used to test this with hundreds but then work turned off 2.5ghz.
There is probably a limit based on time scanning or memory. Are they all unique?
Can you get me a debuglog or sampling?
@didier9 commented on GitHub (Sep 12, 2024):
This problem seems to still be present. The wm reports finding 6 networks but only 3 show up in the web page. Then the device does not actually connect to the AP:
*wm:Connecting to NEW AP: xxxxxxxxx
*wm:[ERROR] Connect to new AP Failed
*wm:6 networks found
The device is an ESP8266 (HW-364B). I am not sure what additional information to provide.