mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 01:48:13 +00:00
back to battling jtag
This commit is contained in:
3
TODO.md
3
TODO.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user