Skip to content

Commit

Permalink
build(devcontainer): comment out device arg
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Jun 8, 2024
1 parent 20f7c59 commit 6bc2b1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"workspaceFolder": "/home/esp/brushknight_board_embassy_rs",

// Expose serial port for flashing!
"runArgs": [
"--device=/dev/tty.usbmodem101"
]
// "runArgs": [
// "--device=/dev/tty.usbmodem101"
// ]
}

0 comments on commit 6bc2b1d

Please sign in to comment.