begin BLE support

This commit is contained in:
geeksville
2020-05-12 13:54:11 -07:00
parent bfa2d97e43
commit 8af99477bb
8 changed files with 102 additions and 18 deletions

15
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Module",
"type": "python",
"request": "launch",
"module": "meshtastic",
"args": ["--debug", "--ble", "--device", "24:62:AB:DD:DF:3A"]
}
]
}

View File

@@ -1,5 +1,6 @@
{
"cSpell.words": [
"Meshtastic"
"Meshtastic",
"TORADIO"
]
}