mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
Merge branch 'bugfix/crash_ap_mode_switch_v5.5' into 'release/v5.5'
fix(wifi): Fix crash due to BIP when ap mode change See merge request espressif/esp-idf!40566
This commit is contained in:
Submodule components/esp_wifi/lib updated: 61cdea8dbc...8a1b7bbc00
@@ -11,7 +11,7 @@ from pytest_embedded_idf.utils import idf_parametrize
|
||||
# The standard value has 30~100 bytes fault tolerance
|
||||
SAVE_BIN_SIZE_TH = {
|
||||
'disable_sae_h2e': {
|
||||
'esp32': 16800,
|
||||
'esp32': 16700,
|
||||
'esp32c2': 19700,
|
||||
'esp32c3': 19600,
|
||||
'esp32c5': 19650,
|
||||
|
Reference in New Issue
Block a user