From 1d8f885928934766dc4dc798a6bc29949c9b1c32 Mon Sep 17 00:00:00 2001 From: KonstantinKondrashov Date: Thu, 8 Apr 2021 15:03:02 +0800 Subject: [PATCH] esp32c3: Default supported ESP32-C3 Revision ECO3 --- components/esp32c3/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32c3/Kconfig b/components/esp32c3/Kconfig index a3824706b1..7f4e504448 100644 --- a/components/esp32c3/Kconfig +++ b/components/esp32c3/Kconfig @@ -25,7 +25,7 @@ menu "ESP32C3-Specific" choice ESP32C3_REV_MIN prompt "Minimum Supported ESP32-C3 Revision" - default ESP32C3_REV_MIN_0 + default ESP32C3_REV_MIN_3 help Minimum revision that ESP-IDF would support.