[GH-ISSUE #1808] In config portal, while sending Configure WiFi page, can I send it without scanning available connection? #1523

Closed
opened 2026-02-28 01:30:24 +03:00 by kerem · 4 comments
Owner

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!!!

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!!!
kerem closed this issue 2026-02-28 01:30:24 +03:00
Author
Owner

@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.

<!-- gh-comment-id:2717449597 --> @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.
Author
Owner

@timr49 commented on GitHub (Apr 17, 2025):

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.

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?

<!-- gh-comment-id:2811554947 --> @timr49 commented on GitHub (Apr 17, 2025): > 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. 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?
Author
Owner

@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.

<!-- gh-comment-id:2834747610 --> @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.
Author
Owner

@tablatronix commented on GitHub (Apr 30, 2025):

Change the menu to use the no scan page

<!-- gh-comment-id:2842143543 --> @tablatronix commented on GitHub (Apr 30, 2025): Change the menu to use the no scan page
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1523
No description provided.