fix(esp_wifi): fix test app diff threshold

This commit is contained in:
Alexey Lapshin
2025-05-21 11:55:35 +07:00
parent 2279047883
commit 2ff8f765ab

View File

@@ -11,7 +11,7 @@ from pytest_embedded_idf.utils import idf_parametrize
# The standard value has 30~100 bytes fault tolerance # The standard value has 30~100 bytes fault tolerance
SAVE_BIN_SIZE_TH = { SAVE_BIN_SIZE_TH = {
'disable_sae_h2e': { 'disable_sae_h2e': {
'esp32': 16800, 'esp32': 16600,
'esp32c2': 19700, 'esp32c2': 19700,
'esp32c3': 19600, 'esp32c3': 19600,
'esp32c5': 19650, 'esp32c5': 19650,