Page 1 of 1

New update breaks wifi

Posted: Thu Jan 03, 2019 4:40 pm
by jrounds
I updated to the latest esp idf and I get the following error. After I roll back to the previous it works again

W (722) wifi: wifi osi_nvs_open fail ret=4353

E (722) wifi: wifi_init_in_caller_task 708 ret=4353
E (732) wifi: esp_wifi_set_storage 1394 wifi is not init
E (732) wifi: esp_wifi_set_mode 869 wifi is not init
E (742) wifi: esp_wifi_set_config 1141 wifi is not init
E (742) wifi: esp_wifi_start 887 wifi is not init
ets Jun 8 2016 00:22:57

Re: New update breaks wifi

Posted: Thu Jan 03, 2019 5:09 pm
by ESP_igrr
The error code is ESP_ERR_NVS_NOT_INITIALIZED, you may need to check that nvs_flash_init call was successful, before starting Wi-Fi.

https://docs.espressif.com/projects/esp ... codes.html

Re: New update breaks wifi

Posted: Thu Jan 03, 2019 5:16 pm
by jrounds
It is like I said it works on the previous release before and works when I roll back seems like a bug in the new release