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

View File

@@ -12,6 +12,7 @@
#define EVENT_BOOT 6
#define EVENT_BLUETOOTH_PAIR 7
#define EVENT_NODEDB_UPDATED 8 // NodeDB has a big enough change that we think you should turn on the screen
#define EVENT_CONTACT_FROM_PHONE 9 // the phone just talked to us over bluetooth
extern Fsm powerFSM;