mirror of
https://github.com/meshtastic/python.git
synced 2026-06-16 19:40:20 -04:00
add beginnings of analysis viewer (and fix poetry extras usage for tunnel)
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -36,6 +36,14 @@
|
||||
"justMyCode": true,
|
||||
"args": ["--tunnel", "--debug"]
|
||||
},
|
||||
{
|
||||
"name": "meshtastic analysis",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"module": "meshtastic.analysis",
|
||||
"justMyCode": true,
|
||||
"args": [""]
|
||||
},
|
||||
{
|
||||
"name": "meshtastic set chan",
|
||||
"type": "debugpy",
|
||||
|
||||
Reference in New Issue
Block a user