From b45ee118f3201044d7f856f156a33eb9022806f1 Mon Sep 17 00:00:00 2001 From: Shu Chen Date: Mon, 18 Jul 2022 19:51:26 +0800 Subject: [PATCH] esp32h2: use esp32h2-beta2 by default --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 31e9175e3c..9af7435ba1 100644 --- a/Kconfig +++ b/Kconfig @@ -71,7 +71,7 @@ mainmenu "Espressif IoT Development Framework Configuration" choice IDF_TARGET_ESP32H2_BETA_VERSION prompt "ESP32-H2 beta version" depends on IDF_TARGET_ESP32H2 - default IDF_TARGET_ESP32H2_BETA_VERSION_1 + default IDF_TARGET_ESP32H2_BETA_VERSION_2 help Currently ESP32-H2 has several beta versions for internal use only. Select the one that matches your chip model.