BLE Support

This commit is contained in:
Wolfgang Nagele
2024-01-07 20:32:14 +01:00
parent 70bb58b8ce
commit 0a8a193081
9 changed files with 224 additions and 92 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"module": "meshtastic",
"justMyCode": false,
"args": ["--debug", "--ble", "--device", "24:62:AB:DD:DF:3A"]
"args": ["--debug", "--ble", "24:62:AB:DD:DF:3A"]
},
{
"name": "meshtastic admin",