Use serial port for debug launch

This commit is contained in:
Nonoo 2020-10-28 22:12:29 +01:00
parent 505fc23447
commit b3067c05f9

2
.vscode/launch.json vendored
View file

@ -10,7 +10,7 @@
"request": "launch", "request": "launch",
"mode": "auto", "mode": "auto",
"program": "${workspaceFolder}", "program": "${workspaceFolder}",
"args": ["-v", "-i", "1000"] "args": ["-v", "-i", "1000", "-s"]
} }
] ]
} }