mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(wifi): fix wifi deinit s_wifi_modem_sleep_lock
This commit is contained in:
parent
32160c7b74
commit
606360d33d
@ -115,6 +115,7 @@ static esp_err_t wifi_deinit_internal(void)
|
||||
#ifdef CONFIG_PM_ENABLE
|
||||
if (s_wifi_modem_sleep_lock) {
|
||||
esp_pm_lock_delete(s_wifi_modem_sleep_lock);
|
||||
s_wifi_modem_sleep_lock = NULL;
|
||||
}
|
||||
#endif
|
||||
esp_wifi_power_domain_off();
|
||||
|
Loading…
x
Reference in New Issue
Block a user