mirror of
https://github.com/meshtastic/python.git
synced 2026-04-23 08:17:38 -04:00
add support for creating admin channels
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -13,12 +13,12 @@
|
||||
"args": ["--debug", "--ble", "--device", "24:62:AB:DD:DF:3A"]
|
||||
},
|
||||
{
|
||||
"name": "meshtastic info",
|
||||
"name": "meshtastic admin",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "meshtastic",
|
||||
"justMyCode": true,
|
||||
"args": ["--info", "--debug"]
|
||||
"args": ["--debug", "--setch-longslow", "--port", "/dev/ttyUSB1"]
|
||||
},
|
||||
{
|
||||
"name": "meshtastic tunnel",
|
||||
|
||||
Reference in New Issue
Block a user