Merge branch 'develop' into multi-message-Storage

This commit is contained in:
Jason P
2025-11-26 07:02:59 -06:00
committed by GitHub
20 changed files with 465 additions and 211 deletions

View File

@@ -245,6 +245,8 @@ class Screen : public concurrency::OSThread
bool isOverlayBannerShowing();
bool isScreenOn() { return screenOn; }
// Stores the last 4 of our hardware ID, to make finding the device for pairing easier
// FIXME: Needs refactoring and getMacAddr needs to be moved to a utility class
char ourId[5];