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
Calling esp_wifi::wifi::new_with_mode yields InternalError(EspErrWifiNvs). I'm unsure why this happens, my best guess is that because I'm not using the esp-idf at all the driver somehow fails to use the flash for storing WiFi configuration (I don't want it to do that anyway...).
From the bootloader:
I (63) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (78) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (86) boot: 2 factory factory app 00 00 00010000 003f0000
So the matching partition is there.
The text was updated successfully, but these errors were encountered:
Calling
esp_wifi::wifi::new_with_mode
yieldsInternalError(EspErrWifiNvs)
. I'm unsure why this happens, my best guess is that because I'm not using the esp-idf at all the driver somehow fails to use the flash for storing WiFi configuration (I don't want it to do that anyway...).From the bootloader:
So the matching partition is there.
The text was updated successfully, but these errors were encountered: