button presses are fixed

This commit is contained in:
geeksville
2020-02-22 18:02:44 -08:00
parent 5e2044dd63
commit 372a3e000e
7 changed files with 36 additions and 45 deletions

View File

@@ -10,6 +10,8 @@
#define EVENT_PACKET_FOR_PHONE 4
#define EVENT_RECEIVED_TEXT_MSG 5
#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
extern Fsm powerFSM;