Make the shouldWake function always available, and remove the bool (#7300)

This commit is contained in:
Jonathan Bennett
2025-07-10 22:51:43 -05:00
committed by GitHub
parent be75f11156
commit 4bab148e3b
3 changed files with 22 additions and 29 deletions

View File

@@ -125,8 +125,6 @@ class Screen
#define SEGMENT_WIDTH 16
#define SEGMENT_HEIGHT 4
extern bool wake_on_received_message;
/// Convert an integer GPS coords to a floating point
#define DegD(i) (i * 1e-7)
extern bool hasUnreadMessage;