Added command to listen to protobuf stream

This commit is contained in:
Ben Meadors
2024-03-08 14:16:02 -06:00
parent 90c218daa7
commit a1ffb459f8
2 changed files with 18 additions and 1 deletions

8
.vscode/launch.json vendored
View File

@@ -44,6 +44,14 @@
"justMyCode": true,
"args": ["--debug"]
},
{
"name": "meshtastic listen",
"type": "python",
"request": "launch",
"module": "meshtastic",
"justMyCode": true,
"args": ["--listen", "--debug"]
},
{
"name": "meshtastic debug getPref",
"type": "python",