mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/wifi_deinit_2' into 'master'
wifi deinit: update esp_wifi_deinit() 1. move ets_timer_deinit() to wifi_deinit() 2. delete wifi api mutex when wifi deinit See merge request !563
This commit is contained in:
commit
cd4e4fb351
@ -164,7 +164,6 @@ esp_err_t esp_wifi_init(wifi_init_config_t *config);
|
||||
* Free all resource allocated in esp_wifi_init and stop WiFi task
|
||||
*
|
||||
* @attention 1. This API should be called if you want to remove WiFi driver from the system
|
||||
* @attention 2. This API can not be called yet and will be done in the future.
|
||||
*
|
||||
* @return ESP_OK: succeed
|
||||
*/
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e8743355806ed3671f7b0ef8bac1ea63909daaf3
|
||||
Subproject commit ffe5a4c14fe9c933c776fadc62fa9d409929e6f9
|
Loading…
x
Reference in New Issue
Block a user