mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot
Closes https://github.com/espressif/esp-idf/issues/13212
This commit is contained in:
@ -142,7 +142,7 @@ pm_extend_tbtt_adaptive_servo = 0x40000dc8;
|
||||
/*pm_scale_listen_interval = 0x40000dcc;*/
|
||||
pm_parse_mbssid_element = 0x40000dd0;
|
||||
pm_disconnected_wake = 0x40000dd4;
|
||||
pm_tx_data_process = 0x40000dd8;
|
||||
/*pm_tx_data_process = 0x40000dd8;*/
|
||||
pm_is_twt_awake = 0x40000ddc;
|
||||
pm_enable_twt_keep_alive = 0x40000de0;
|
||||
pm_twt_on_tsf_timer = 0x40000de4;
|
||||
|
Submodule components/esp_wifi/lib updated: 7fbc7d9f5a...d61cf9d3dd
Reference in New Issue
Block a user