debugging improvements

This commit is contained in:
geeksville
2020-06-17 17:16:25 -07:00
parent 7cdc2b3571
commit 33aa9425af
2 changed files with 3 additions and 1 deletions

1
.vscode/launch.json vendored
View File

@@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "meshtastic BLE",
"type": "python",

View File

@@ -3,5 +3,6 @@
"Meshtastic",
"TORADIO",
"Vids"
]
],
"python.pythonPath": "/usr/bin/python3"
}