Draw nodes and device focused

This commit is contained in:
Ben Meadors
2025-05-31 06:39:14 -05:00
parent 29402a5e7a
commit 1df2f32ae0
5 changed files with 520 additions and 498 deletions

View File

@@ -36,7 +36,9 @@ extern PowerStatus *powerStatus;
extern NodeStatus *nodeStatus;
extern GPSStatus *gpsStatus;
extern Channels channels;
extern const char *ourId;
extern "C" {
extern char ourId[5];
}
extern AirTime *airTime;
// External functions from Screen.cpp