mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
fix(wifi): fix wifi bugs 240919
This commit is contained in:
parent
2f2727828c
commit
02e9c850d8
@ -217,7 +217,7 @@ menu "Wireless Coexistence"
|
||||
default 12 if IDF_TARGET_ESP32S3
|
||||
default 3 if IDF_TARGET_ESP32C2
|
||||
default 22 if IDF_TARGET_ESP32C6
|
||||
default 16 if IDF_TARGET_ESP32C5
|
||||
default 10 if IDF_TARGET_ESP32C5
|
||||
default 13 if IDF_TARGET_ESP32C61
|
||||
default 11
|
||||
|
||||
@ -231,7 +231,7 @@ menu "Wireless Coexistence"
|
||||
default 13 if IDF_TARGET_ESP32S3
|
||||
default 2 if IDF_TARGET_ESP32C2
|
||||
default 21 if IDF_TARGET_ESP32C6
|
||||
default 0 if IDF_TARGET_ESP32C5
|
||||
default 9 if IDF_TARGET_ESP32C5
|
||||
default 12 if IDF_TARGET_ESP32C61
|
||||
default 12
|
||||
|
||||
|
@ -89,6 +89,7 @@ static const void* rom_funcs[] = {
|
||||
pm_tx_null_data_done_process,
|
||||
pm_start,
|
||||
pm_stop,
|
||||
pm_disconnected_wake,
|
||||
#endif
|
||||
};
|
||||
static const char* rom_funcs_name[] = {
|
||||
@ -109,6 +110,7 @@ static const char* rom_funcs_name[] = {
|
||||
"pm_tx_null_data_done_process",
|
||||
"pm_start",
|
||||
"pm_stop",
|
||||
"pm_disconnected_wake",
|
||||
#endif
|
||||
};
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e5111a1452e6d5ae3474a7cbe1c151998537e10b
|
||||
Subproject commit 6c96f870aeec6bf57b321d0fd52f95086e9e7e80
|
Loading…
x
Reference in New Issue
Block a user