Skip to content

Commit

Permalink
use USB instead of ACM
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpiep committed Sep 18, 2024
1 parent 6307453 commit 06d5c2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build_bus = DRIVEWIRE
build_board = fujinet-coco-esp32-s3-wroom-1-n8r8

[env]
upload_port = /dev/ttyACM0
monitor_port = /dev/ttyACM0
upload_port = /dev/ttyUSB0
monitor_port = /dev/ttyUSB0
monitor_speed = 115200

[env:fujinet-coco-esp32-s3-wroom-1-n8r8]
Expand Down

0 comments on commit 06d5c2d

Please sign in to comment.