nasty rxbuffer underfill bug fixed

This commit is contained in:
geeksville
2020-02-08 09:39:26 -08:00
parent 59ca54a6bb
commit b2b832c608
6 changed files with 42 additions and 10 deletions
+2 -2
View File
@@ -5,7 +5,6 @@
# Medium priority
* sent/received packets (especially if a node was just reset) have variant of zero sometimes - I think there is a bug (race-condtion?) in the radio send/rx path.
* only BLE advertise for a short time after the screen is on and button pressed - to save power and prevent people for sniffing for our BT app.
* use https://platformio.org/lib/show/1260/OneButton
* make an about to sleep screen
@@ -111,4 +110,5 @@ until the phone pulls those packets. Ever so often power on bluetooth just so w
* make basic gui. different screens: debug, one page for each user in the user db, last received text message
* make button press cycle between screens
* save our node db on entry to sleep
* fix the logo
* fix the logo
* sent/received packets (especially if a node was just reset) have variant of zero sometimes - I think there is a bug (race-condtion?) in the radio send/rx path.