mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-26 15:17:54 +00:00
feat(ui): page radio and system status
This commit is contained in:
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user