mirror of
https://github.com/nonoo/kappanhang.git
synced 2025-12-06 08:02:00 +01:00
Use serial port for debug launch
This commit is contained in:
parent
505fc23447
commit
b3067c05f9
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -10,7 +10,7 @@
|
|||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}",
|
||||
"args": ["-v", "-i", "1000"]
|
||||
"args": ["-v", "-i", "1000", "-s"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue