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

此提交包含在:
Scott Powell
2025-06-21 20:48:28 +10:00
父節點 39cc221125
當前提交 1295c4633b
共有 2 個檔案被更改,包括 3 行新增1 行删除
-1
查看文件
@@ -1474,7 +1474,6 @@ void MyMesh::loop() {
#ifdef DISPLAY_CLASS
ui_task.setHasConnection(_serial->isConnected());
ui_task.loop();
#endif
}
+3
查看文件
@@ -193,4 +193,7 @@ void setup() {
void loop() {
the_mesh.loop();
sensors.loop();
#ifdef DISPLAY_CLASS
ui_task.loop();
#endif
}