add support for creating admin channels

This commit is contained in:
Kevin Hester
2021-03-12 20:19:50 +08:00
parent eab1cdfc46
commit fb31da48a9
3 changed files with 122 additions and 25 deletions

4
.vscode/launch.json vendored
View File

@@ -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",