back to battling jtag

This commit is contained in:
geeksville
2020-02-03 17:13:41 -08:00
parent 97598c9178
commit d4284ba95d
4 changed files with 20 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
* implement new ble characteristics
* have MeshService keep a node DB by sniffing user messages
* figure out why protobuf reads of Owner fail
* figure out why protobuf reads of Owner fail - possibly related to having the wrong number of chracterstics exported over bluetooth
* have meshservice send location data on mesh (if device has a GPS)
* implement getCurrentTime() - set based off gps but then updated locally
* confirm second device receives that gps message and updates device db
@@ -32,6 +32,7 @@
* break out my bluetooth OTA software as a seperate library so others can use it
* never enter deep sleep while connected to USB power (but still go to other low power modes)
* How do avalanche beacons work? Could this do that as well? possibly by using beacon mode feature of the RF95?
* use std::map<BLECharacteristic*, std::string> in node db
# Pre-beta priority