fix(esp_wifi): fix test app diff threshold

This commit is contained in:
Alexey Lapshin
2025-05-21 11:55:35 +07:00
committed by Jack
parent 8755edfb3a
commit f6826dda7e

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,