Devcontainer: Add second HW connection
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
38830d9fe4
commit
14fe370083
3
.devcontainer/devcontainer.json
Executable file → Normal file
3
.devcontainer/devcontainer.json
Executable file → Normal file
@ -13,7 +13,8 @@
|
||||
"source=/dev/bus/usb/,target=/dev/bus/usb/,type=bind"
|
||||
],
|
||||
"runArgs": [
|
||||
"--device=/dev/ttyACM0"
|
||||
"--device=/dev/ttyACM0",
|
||||
"--device=/dev/ttyACM1"
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user