mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
fix(config): enable USB CDC in sdkconfig.defaults
This commit is contained in:
parent
241bcae9fe
commit
9a11453fbc
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
# 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
|
# Espressif IoT Development Framework (ESP-IDF) 5.5.2 Project Minimal Configuration
|
||||||
#
|
#
|
||||||
|
CONFIG_IDF_TARGET="esp32s2"
|
||||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||||
CONFIG_IDF_TARGET="esp32s2"
|
CONFIG_ESP_CONSOLE_USB_CDC=y
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue