Skip to content

Commit

Permalink
Add USB_CDC flag to Romeo ESP32-S3 (#1512)
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
  • Loading branch information
PabloPL authored Dec 12, 2024
1 parent c6a8c9a commit ac5510a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/dfrobot_romeo_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"-DARDUINO_DFROBOT_ROMEO_ESP32S3",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
"-DARDUINO_EVENT_RUNNING_CORE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
Expand Down

0 comments on commit ac5510a

Please sign in to comment.