You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I know; you'd expect it to fail if the network was non-existent. I've configured it deliberately incorrectly:
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:
As an aside it's really quite difficult to change the network credentials once they've been stored.
The text was updated successfully, but these errors were encountered: