fix BLE scan with latest Bleak

This commit is contained in:
Kevin Hester
2024-06-29 09:10:20 -07:00
parent 81266e756b
commit 6df89f54a7
3 changed files with 73 additions and 60 deletions

8
.vscode/launch.json vendored
View File

@@ -11,6 +11,14 @@
"module": "meshtastic",
"justMyCode": false,
"args": ["--debug", "--ble", "24:62:AB:DD:DF:3A"]
},
{
"name": "meshtastic BLE scan",
"type": "python",
"request": "launch",
"module": "meshtastic",
"justMyCode": false,
"args": ["--debug", "--ble-scan"]
},
{
"name": "meshtastic admin",