Skip to content

Commit 7bed0d3

Browse files
author
Jiang Jiang Jian
committed
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
2 parents b8f555c + f6826dd commit 7bed0d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_wifi/test_apps/bin_size_apsta/pytest_bin_size_apsta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# The standard value has 30~100 bytes fault tolerance
1212
SAVE_BIN_SIZE_TH = {
1313
'disable_sae_h2e': {
14-
'esp32': 16800,
14+
'esp32': 16700,
1515
'esp32c2': 19700,
1616
'esp32c3': 19600,
1717
'esp32c5': 19650,

0 commit comments

Comments
 (0)