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

This commit is contained in:
Scott Powell
2025-06-21 20:48:28 +10:00
parent 39cc221125
commit 1295c4633b
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
+3
Vedi File
@@ -193,4 +193,7 @@ void setup() {
void loop() {
the_mesh.loop();
sensors.loop();
#ifdef DISPLAY_CLASS
ui_task.loop();
#endif
}