File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,8 @@ extra_scripts = pre:rename_usb_config.py
407407[env:espressif_esp32s3_devkitc_1_n8]
408408extends = common:esp32
409409board = esp32-s3-devkitc-1
410- build_flags = -DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
410+ build_flags = -DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8 -DUSE_TINYUSB -DARDUINO_USB_MODE =0 -DARDUINO_USB_CDC_ON_BOOT =1
411+ board_build.partitions = tinyuf2-partitions-8MB.csv
411412extra_scripts = pre:rename_usb_config.py
412413
413414; Espressif ESP32-S3 NO PSRAM espressif_esp32s3_devkitc_1_n8 (DEBUG)
@@ -417,6 +418,8 @@ board = esp32-s3-devkitc-1
417418build_type = debug
418419build_flags =
419420 -DUSE_TINYUSB =1
421+ -DARDUINO_USB_MODE =0
422+ -DARDUINO_USB_CDC_ON_BOOT =1
420423 -DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
421424 -DNDEBUG =1
422425 -DDEBUG =1
You can’t perform that action at this time.
0 commit comments