-
Notifications
You must be signed in to change notification settings - Fork 115
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
Bug when changing wifi data #369
Comments
FYI, I spend the little spare time I have on the next generation/refactored platform for the project so I might not have a chance to get to this in a while. In the new platform, one of the main requirements for wifi will be multi access points configuration. |
I will wait for the same. |
Line in is on the horizon, but will take some time given the effort needed for the refactoring. Embedded development is full of surprises and this is no exception. I intend to bake multiple WiFi credentials from the beginning here. |
That is totally fine with me. I'll be waiting eagerly. |
I have also problems after changing wifi credetials. please note the one bold line within the log
W (5324) network_wifi: WIFI_EVENT_STA_DISCONNECTED. From BSSID: 00:00:00:00:00:00, reason code: 201 (WIFI_REASON_NO_AP_FOUND)
|
Workaround used: -> no error messages in console, working again :) |
It seems to me that there is a bug when changing wifi.
I moved my hardware to another location (another wifi), I got the page 192.168.4.1 and I was able to configure the new wifi. It worked. When I came home with it, I wanted to put the old wifi back on. The page 192.168.4.1 is there, I was able to choose my wifi, the connection is made but when I reboot it still tries to connect to the previous wifi.
Weird thing:
When scanning the previous wifi appears in the list even though it is not present where I am staying.
The backup access point is still visible when connected to my home network and both are accessible.
I was able to unblock it by doing "wifi_erase_config -la" in the console.
In the logs, the only abnormal thing I see is:
E (97215) network: network manager Unhandled Event NETWORK_WIFI_CONFIGURING_ACTIVE_STATE(WIFI_CONFIGURING_STATE) [EN_CONNECTED]
E (99285) network: network manager Unhandled Event NETWORK_WIFI_CONFIGURING_ACTIVE_STATE(WIFI_CONFIGURING_STATE) [EN_GOT_IP]
I have the impression that it cannot overwrite old wifi data.
Using ESP32A1S audio board.
esp-web-tools-logs.txt
The text was updated successfully, but these errors were encountered: