Add support for muzi-base

This commit is contained in:
Jonathan Bennett
2025-11-24 22:22:27 -06:00
parent 1e93126888
commit 1b2b1b785f
15 changed files with 452 additions and 8 deletions

View File

@@ -249,6 +249,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];