From b3067c05f91c82d8e7b7f5832e2481ec8122a0e3 Mon Sep 17 00:00:00 2001 From: Nonoo Date: Wed, 28 Oct 2020 22:12:29 +0100 Subject: [PATCH] Use serial port for debug launch --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 74ab9ee..f729511 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "mode": "auto", "program": "${workspaceFolder}", - "args": ["-v", "-i", "1000"] + "args": ["-v", "-i", "1000", "-s"] } ] } \ No newline at end of file