From c6d22c9d65807032b053b2d134ad0c3c0bc34e29 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Sat, 26 Oct 2019 08:55:54 +1100 Subject: [PATCH] esp32s2beta: Change default version to "A" Fixes CI, and most customers should have version "A". --- components/esp32s2beta/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32s2beta/Kconfig b/components/esp32s2beta/Kconfig index 74e99dd90..351617840 100644 --- a/components/esp32s2beta/Kconfig +++ b/components/esp32s2beta/Kconfig @@ -7,7 +7,7 @@ menu "ESP32S2-specific" choice ESP32S2_BETA_CHIP_VERSION # TODO: remove once final S2 chip is supported prompt "ESP32-S2 Beta chip version" - default ESP32S2_BETA_VERSION_MARLIN3 + default ESP32S2_BETA_VERSION_A help There are three versions of ESP32-S2 beta chip with different Wi-Fi PHY: A, B and Marlin3.