prevent ble powerdown while phone is connected

This commit is contained in:
geeksville
2020-02-23 08:53:52 -08:00
parent 316347226b
commit 4906b12489
6 changed files with 39 additions and 18 deletions
+3 -1
View File
@@ -2,7 +2,8 @@
Items to complete before the first alpha release.
* don't enter NB state if we've recently talked to the phone (to prevent breaking syncing or bluetooth sw update)
* fix BLE wake so that we still are announcing
* have sw update prevent BLE sleep
* have state machine properly enter deep sleep based on loss of mesh and phone comms
* default to enter deep sleep if no LORA received for two hours (indicates user has probably left the meshS)
* implement CustomRF95::canSleep
@@ -163,3 +164,4 @@ Items after the first final candidate release.
* scrolling between screens based on press is busted
* Use Neo-M8M API to put it in sleep mode (on hold until my new boards arrive)
* update the prebuilt bins for different regulatory regions
* don't enter NB state if we've recently talked to the phone (to prevent breaking syncing or bluetooth sw update)