kopia lustrzana https://github.com/espressif/esp-idf
provisioning: Fix enable CONFIG_EXAMPLE_RESET_PROVISIONED will cause device crash
Closes https://github.com/espressif/esp-idf/issues/6240pull/6718/head
rodzic
deac2fbeb9
commit
850053caad
|
@ -283,7 +283,8 @@ esp_err_t app_prov_is_provisioned(bool *provisioned)
|
|||
*provisioned = false;
|
||||
|
||||
#ifdef CONFIG_EXAMPLE_RESET_PROVISIONED
|
||||
nvs_flash_erase();
|
||||
esp_wifi_restore();
|
||||
return ESP_OK;
|
||||
#endif
|
||||
|
||||
/* Get WiFi Station configuration */
|
||||
|
|
|
@ -221,7 +221,8 @@ esp_err_t app_prov_is_provisioned(bool *provisioned)
|
|||
*provisioned = false;
|
||||
|
||||
#ifdef CONFIG_EXAMPLE_RESET_PROVISIONED
|
||||
nvs_flash_erase();
|
||||
esp_wifi_restore();
|
||||
return ESP_OK;
|
||||
#endif
|
||||
|
||||
/* Get WiFi Station configuration */
|
||||
|
|
|
@ -246,7 +246,8 @@ esp_err_t app_prov_is_provisioned(bool *provisioned)
|
|||
*provisioned = false;
|
||||
|
||||
#ifdef CONFIG_EXAMPLE_RESET_PROVISIONED
|
||||
nvs_flash_erase();
|
||||
esp_wifi_restore();
|
||||
return ESP_OK;
|
||||
#endif
|
||||
|
||||
/* Get WiFi Station configuration */
|
||||
|
|
|
@ -232,7 +232,8 @@ esp_err_t app_prov_is_provisioned(bool *provisioned)
|
|||
*provisioned = false;
|
||||
|
||||
#ifdef CONFIG_EXAMPLE_RESET_PROVISIONED
|
||||
nvs_flash_erase();
|
||||
esp_wifi_restore();
|
||||
return ESP_OK;
|
||||
#endif
|
||||
|
||||
/* Get WiFi Station configuration */
|
||||
|
|
Ładowanie…
Reference in New Issue