debugging config tweaks

This commit is contained in:
Kevin Hester
2024-06-23 08:18:27 -07:00
parent b7f7a40192
commit 6c0e978470

2
.vscode/launch.json vendored
View File

@@ -163,7 +163,7 @@
"type": "python",
"request": "launch",
"module": "meshtastic",
"justMyCode": true,
"justMyCode": false,
"args": ["--noproto", "--seriallog", "stdout"]
},
{