Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble connecting to stored non-existent network #214

Open
nottledim opened this issue Apr 22, 2024 · 0 comments
Open

Trouble connecting to stored non-existent network #214

nottledim opened this issue Apr 22, 2024 · 0 comments

Comments

@nottledim
Copy link

I know; you'd expect it to fail if the network was non-existent. I've configured it deliberately incorrectly:

wifi:
  ssid: jollyrotten
  password: xxxyxxxy

It (ble) does eventually prompt for a new network (using the example client html). However the esp doesn't reconnect. You get this curious sequence:

[D][esp32_improv.component:299]: Received Improv wifi settings ssid=RealNet, password=[redacted]
[W][wifi:640]: WiFi network can not be found anymore.
[I][wifi:303]: WiFi Connecting to ''...
[W][wifi_esp32:307]: esp_wifi_connect failed! 12298
[E][wifi:349]: wifi_sta_connect_ failed!
[I][wifi:303]: WiFi Connecting to 'RealNet'...
[W][wifi:640]: WiFi network can not be found anymore.
[I][wifi:303]: WiFi Connecting to ''...
[W][wifi_esp32:307]: esp_wifi_connect failed! 12298
[E][wifi:349]: wifi_sta_connect_ failed!

As an aside it's really quite difficult to change the network credentials once they've been stored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant