kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/Add_wifi_stop_check_in_deinit_entry' into 'master'
esp_wifi: Add wifi stop check at wifi deinit entry Closes WIFI-1671 See merge request espressif/esp-idf!7800pull/4892/head
commit
e8ca5e6f21
|
@ -1 +1 @@
|
|||
Subproject commit 8aab0ad4389874f717c9b626502c9f8f1074fd60
|
||||
Subproject commit 28eee97ed6d7595375aa029ccbf05ce849d046f8
|
|
@ -115,6 +115,7 @@ esp_err_t esp_wifi_deinit(void)
|
|||
err = esp_wifi_deinit_internal();
|
||||
if (err != ESP_OK) {
|
||||
ESP_LOGE(TAG, "Failed to deinit Wi-Fi driver (0x%x)", err);
|
||||
return err;
|
||||
}
|
||||
|
||||
#if CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER
|
||||
|
|
Ładowanie…
Reference in New Issue