From 99cb820b0c0af6c390ce0f831dccf1b7bb08fcd5 Mon Sep 17 00:00:00 2001 From: RaffaelW <146560011+RaffaelW@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:11:46 +0100 Subject: [PATCH] change(sdkconfig): ensure CONFIG_IDF_TARGET is set for esp32s2 --- sdkconfig.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/sdkconfig.defaults b/sdkconfig.defaults index 148ef29..db9b557 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults @@ -1,4 +1,5 @@ # This file was generated using idf.py save-defconfig. It can be edited manually. # Espressif IoT Development Framework (ESP-IDF) 5.5.2 Project Minimal Configuration # +CONFIG_IDF_TARGET="esp32s2" CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y