From 54908d3a4206089162df6fb98e900c3876b19e02 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 a1d6f895aa..a7c7c0cc10 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.