mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(wifi): fix some wifi bugs
This commit is contained in:
@ -146,7 +146,7 @@ pm_disconnected_wake = 0x40000dd4;
|
||||
pm_is_twt_awake = 0x40000ddc;
|
||||
pm_enable_twt_keep_alive = 0x40000de0;
|
||||
pm_twt_on_tsf_timer = 0x40000de4;
|
||||
pm_twt_process = 0x40000de8;
|
||||
/*pm_twt_process = 0x40000de8;*/
|
||||
pm_is_twt_start = 0x40000dec;
|
||||
pm_twt_set_target_wdev_time = 0x40000df0;
|
||||
pm_twt_set_target_tsf = 0x40000df4;
|
||||
|
Submodule components/esp_wifi/lib updated: 2ec1c5361c...3befcc07bb
Reference in New Issue
Block a user