mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02: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:
@ -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
|
||||
*/
|
||||
|
Submodule components/esp32/lib updated: e874335580...ffe5a4c14f
Reference in New Issue
Block a user