Devcontainer: Add second HW connection

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2025-02-18 09:35:11 +01:00
parent 38830d9fe4
commit 14fe370083

3
.devcontainer/devcontainer.json Executable file → Normal file
View 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": {