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:
Jiang Jiang Jian
2025-07-17 16:19:29 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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,