Skip to content

Commit ac5510a

Browse files
authored
Add USB_CDC flag to Romeo ESP32-S3 (#1512)
Signed-off-by: Paweł Chmiel <[email protected]>
1 parent c6a8c9a commit ac5510a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boards/dfrobot_romeo_esp32s3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"-DARDUINO_DFROBOT_ROMEO_ESP32S3",
1111
"-DARDUINO_USB_MODE=1",
1212
"-DARDUINO_RUNNING_CORE=1",
13-
"-DARDUINO_EVENT_RUNNING_CORE=1"
13+
"-DARDUINO_EVENT_RUNNING_CORE=1",
14+
"-DARDUINO_USB_CDC_ON_BOOT=1"
1415
],
1516
"f_cpu": "240000000L",
1617
"f_flash": "80000000L",

0 commit comments

Comments
 (0)