mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1808] In config portal, while sending Configure WiFi page, can I send it without scanning available connection? #1523
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#1523
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 @y-runwal on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1808
Hello,
This library is great, many thanks to the development community !!!
Q. In config portal, while sending Configure WiFi page, can I send it without scanning available connection? Like just give fields to enter wifi ssid and pass.
Thank you in advance!!!
@y-runwal commented on GitHub (Mar 12, 2025):
I am asking this because ESP32 says that config page has been sent. But on chrome there is nothing displayed.
@timr49 commented on GitHub (Apr 17, 2025):
Hi @y-runwal, from looking at the code if seems that the URL path /wifi gives the wifi configuration page with scanning, but the URL path /0wifi gives the wifi configuration page without scanning. Specifically, when the WiFiManager is running and you have connected to its WiFi Access Point, type the address http://192.168.4.1/0wifi into your browser (the 0 is a zero not a letter o).
Does that help?
@y-runwal commented on GitHub (Apr 28, 2025):
Hi @timr49, thank you for reply. I ended up removing wifi page and added custom parameters to get these from user itself. Still thank you for sharing this info.
@tablatronix commented on GitHub (Apr 30, 2025):
Change the menu to use the no scan page