New update breaks wifi

jrounds
Posts: 15
Joined: Thu Dec 13, 2018 6:11 pm

New update breaks wifi

Postby jrounds » Thu Jan 03, 2019 4:40 pm

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

ESP_igrr
Posts: 2072
Joined: Tue Dec 01, 2015 8:37 am

Re: New update breaks wifi

Postby ESP_igrr » Thu Jan 03, 2019 5:09 pm

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

jrounds
Posts: 15
Joined: Thu Dec 13, 2018 6:11 pm

Re: New update breaks wifi

Postby jrounds » Thu Jan 03, 2019 5:16 pm

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

Who is online

Users browsing this forum: Majestic-12 [Bot] and 103 guests