mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
fix(esp_wifi): fix test app diff threshold
This commit is contained in:
@@ -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