[GH-ISSUE #100] Trying to connect to password less ap uses old settings #77

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

Originally created by @solexious on GitHub (Feb 12, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/100

Hello,

I'm currently troubleshooting trying to connect to a ap, I removed it's password to fault find why it was failing to connect. I noticed that if I entered the ssid but no password into the wifimanager connection form the serial output shows it just tries to connect to my last known good wifi settings:

*WM: Sent config page
*WM: Request redirected to captive portal
*WM: Handle root
*WM: WiFi save
*WM: Sent wifi save page
*WM: Connecting to new AP
*WM: Connecting as wifi client...
*WM: Using last saved values, should be faster
*WM: Connection result:
*WM: 3
connected...yeey :)

Scanning the new network it should be connecting to now, and the old network that it was last saved to shows it is now connected to the old network.

Originally created by @solexious on GitHub (Feb 12, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/100 Hello, I'm currently troubleshooting trying to connect to a ap, I removed it's password to fault find why it was failing to connect. I noticed that if I entered the ssid but no password into the wifimanager connection form the serial output shows it just tries to connect to my last known good wifi settings: *WM: Sent config page *WM: Request redirected to captive portal *WM: Handle root *WM: WiFi save *WM: Sent wifi save page *WM: Connecting to new AP *WM: Connecting as wifi client... *WM: Using last saved values, should be faster *WM: Connection result: *WM: 3 connected...yeey :) Scanning the new network it should be connecting to now, and the old network that it was last saved to shows it is now connected to the old network.
kerem closed this issue 2026-02-28 01:23:17 +03:00
Author
Owner

@tzapu commented on GitHub (Feb 12, 2016):

hi, this was a bug fixed in 0.8 or 0.9, please update WiFiManager

<!-- gh-comment-id:183295095 --> @tzapu commented on GitHub (Feb 12, 2016): hi, this was a bug fixed in 0.8 or 0.9, please update WiFiManager
Author
Owner

@solexious commented on GitHub (Feb 12, 2016):

updated from 0.8 to 0.9 with the same issue still

<!-- gh-comment-id:183297019 --> @solexious commented on GitHub (Feb 12, 2016): updated from 0.8 to 0.9 with the same issue still
Author
Owner

@tzapu commented on GitHub (Feb 12, 2016):

in the latest wifimanger the condition is if (ssid != "") so it shouldn t really matter if the password is empty or not
are you still getting this in the log

*WM: Using last saved values, should be faster

after

*WM: Sent wifi save page
<!-- gh-comment-id:183342117 --> @tzapu commented on GitHub (Feb 12, 2016): in the latest wifimanger the condition is `if (ssid != "")` so it shouldn t really matter if the password is empty or not are you still getting this in the log ``` *WM: Using last saved values, should be faster ``` after ``` *WM: Sent wifi save page ```
Author
Owner

@solexious commented on GitHub (Feb 12, 2016):

Tried it again now and its now working, odd.

Thanks though!

<!-- gh-comment-id:183344389 --> @solexious commented on GitHub (Feb 12, 2016): Tried it again now and its now working, odd. Thanks though!
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#77
No description provided.