From 14fe3700839df747a3d3eba180661219fae3a8d6 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Tue, 18 Feb 2025 09:35:11 +0100 Subject: [PATCH] Devcontainer: Add second HW connection Signed-off-by: Thomas Klaehn --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json old mode 100755 new mode 100644 index 61ed68d..8914999 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": {