Skip to content

Commit 176ff81

Browse files
committed
Set CDC on and DebugLevel=Info for Feather C6
1 parent d2e0d09 commit 176ff81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

platformio.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ board_build.filesystem = littlefs
147147
[env:adafruit_feather_esp32c6_4mbflash_nopsram]
148148
extends = common:esp32
149149
board = adafruit_feather_esp32c6
150-
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32C6
150+
build_flags =
151+
-DARDUINO_ADAFRUIT_FEATHER_ESP32C6
152+
-DARDUINO_USB_CDC_ON_BOOT=1
153+
-DCORE_DEBUG_LEVEL=3
151154
board_build.filesystem = littlefs
152155
board_build.partitions = min_spiffs.csv
153156

0 commit comments

Comments
 (0)