forked from espressif/esp-idf
fix(pm): wifi no mac retention at wifi start
This commit is contained in:
Submodule components/esp_wifi/lib updated: 51acc21b70...c8d2790c1d
@ -143,6 +143,7 @@ esp_err_t esp_wifi_deinit(void)
|
||||
#endif
|
||||
esp_wifi_power_domain_off();
|
||||
#if CONFIG_MAC_BB_PD
|
||||
esp_wifi_internal_set_mac_sleep(false);
|
||||
esp_mac_bb_pd_mem_deinit();
|
||||
#endif
|
||||
esp_phy_modem_deinit();
|
||||
|
Reference in New Issue
Block a user