Skip to content

Commit f6826dd

Browse files
Lapshinjack0c
authored andcommitted
fix(esp_wifi): fix test app diff threshold
1 parent 8755edf commit f6826dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)