Add basic arg parsing to the meshtastic analysis stuff

This commit is contained in:
Kevin Hester
2024-07-31 14:41:47 -07:00
parent c8eb202c15
commit a4715171e4
4 changed files with 78 additions and 39 deletions

4
.vscode/launch.json vendored
View File

@@ -41,8 +41,8 @@
"type": "debugpy",
"request": "launch",
"module": "meshtastic.analysis",
"justMyCode": true,
"args": [""]
"justMyCode": false,
"args": []
},
{
"name": "meshtastic set chan",