* companion: minor refactor of who should invoke UITask::loop()

Este commit está contenido en:
Scott Powell
2025-06-21 20:48:28 +10:00
padre 39cc221125
commit 1295c4633b
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
-1
Ver fichero
@@ -1474,7 +1474,6 @@ void MyMesh::loop() {
#ifdef DISPLAY_CLASS
ui_task.setHasConnection(_serial->isConnected());
ui_task.loop();
#endif
}
+3
Ver fichero
@@ -193,4 +193,7 @@ void setup() {
void loop() {
the_mesh.loop();
sensors.loop();
#ifdef DISPLAY_CLASS
ui_task.loop();
#endif
}