mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +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
|
# 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,
|
||||||
|
Reference in New Issue
Block a user