We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e0d09 commit 176ff81Copy full SHA for 176ff81
platformio.ini
@@ -147,7 +147,10 @@ board_build.filesystem = littlefs
147
[env:adafruit_feather_esp32c6_4mbflash_nopsram]
148
extends = common:esp32
149
board = adafruit_feather_esp32c6
150
-build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32C6
+build_flags =
151
+ -DARDUINO_ADAFRUIT_FEATHER_ESP32C6
152
+ -DARDUINO_USB_CDC_ON_BOOT=1
153
+ -DCORE_DEBUG_LEVEL=3
154
board_build.filesystem = littlefs
155
board_build.partitions = min_spiffs.csv
156
0 commit comments