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 da861c4 commit ebabc8cCopy full SHA for ebabc8c
platformio.ini
@@ -51,4 +51,16 @@ platform = espressif32@ 6.5.0
51
board = seeed_xiao_esp32c3
52
board_build.mcu = esp32c3
53
board_build.f_cpu = 160000000L
54
-framework = arduino
+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
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