Skip to content

Commit ebabc8c

Browse files
committed
Add lilygo_t_deck_plus_s3 build environment
1 parent da861c4 commit ebabc8c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

platformio.ini

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,16 @@ platform = espressif32@ 6.5.0
5151
board = seeed_xiao_esp32c3
5252
board_build.mcu = esp32c3
5353
board_build.f_cpu = 160000000L
54-
framework = arduino
54+
framework = arduino
55+
56+
[env:lilygo_t_deck_plus_s3]
57+
platform = espressif32@ 6.5.0
58+
board = esp32-s3-devkitc-1
59+
board_build.mcu = esp32s3
60+
framework = arduino
61+
build_flags =
62+
${env.build_flags}
63+
-DARDUINO_USB_MODE=1
64+
-DARDUINO_USB_CDC_ON_BOOT=1
65+
monitor_port = /dev/ttyACM*
66+
upload_port = /dev/ttyACM*

0 commit comments

Comments
 (0)