From baab55e230e26f75d18c2b9e1bbd19c50b25745a Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Wed, 9 Sep 2020 16:37:21 +0800 Subject: [PATCH] esp_flash: decrease performance threshold of ESP32-S2 The data is based on 95% of minimal performance value from CI failure in the past 30 days. --- components/idf_test/include/esp32s2/idf_performance_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/idf_test/include/esp32s2/idf_performance_target.h b/components/idf_test/include/esp32s2/idf_performance_target.h index ba29e146b3..3c805b02ec 100644 --- a/components/idf_test/include/esp32s2/idf_performance_target.h +++ b/components/idf_test/include/esp32s2/idf_performance_target.h @@ -26,5 +26,5 @@ #endif #ifndef IDF_PERFORMANCE_MIN_FLASH_SPEED_BYTE_PER_SEC_EXT_ERASE -#define IDF_PERFORMANCE_MIN_FLASH_SPEED_BYTE_PER_SEC_EXT_ERASE 52200 +#define IDF_PERFORMANCE_MIN_FLASH_SPEED_BYTE_PER_SEC_EXT_ERASE 40300 #endif