fix(config): enable USB CDC in sdkconfig.defaults

This commit is contained in:
RaffaelW 2026-03-07 16:52:23 +01:00
parent 241bcae9fe
commit 9a11453fbc

View file

@ -1,6 +1,7 @@
# 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
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_IDF_TARGET="esp32s2"
CONFIG_ESP_CONSOLE_USB_CDC=y