allow heltec boards to boot without i2c when jtag debugging

This commit is contained in:
geeksville
2020-02-04 07:31:32 -08:00
parent f2a731c22d
commit 4a40b9499b
6 changed files with 39 additions and 27 deletions
+5 -4
View File
@@ -1,8 +1,7 @@
# High priority
* implement new ble characteristics
* have MeshService keep a node DB by sniffing user messages
* figure out why protobuf reads of Owner fail - possibly related to having the wrong number of chracterstics exported over bluetooth
* implement regen user and radio prefs
* figure out why protobuf reads of Owner fail - debug with jtag
* 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
@@ -64,4 +63,6 @@ until the phone pulls those packets. Ever so often power on bluetooth just so w
* make message receive from radio go through to android
* test loopback tx/rx path code without using radio
* notify phone when rx packets arrive, currently the phone polls at startup only
* figure out if we can use PA_BOOST - yes, it seems to be on both boards
* figure out if we can use PA_BOOST - yes, it seems to be on both boards
* implement new ble characteristics
* have MeshService keep a node DB by sniffing user messages