feat(ui): page radio and system status

This commit is contained in:
mikecarper
2026-09-21 15:35:46 -07:00
parent 527bc98da2
commit a95f7b3d16
28 changed files with 2075 additions and 73 deletions
+4
View File
@@ -52,6 +52,10 @@ SimpleMeshTables tables;
MyMesh the_mesh(board, radio_driver, *new ArduinoMillis(), fast_rng, rtc_clock, tables);
SensorMesh& activeSensorMesh() {
return the_mesh;
}
void halt() {
while (1) ;
}