Working on migrating to using websockets for the UI

This commit is contained in:
2026-08-08 22:07:25 -06:00
parent 3946e464c9
commit 8c53ba5298
10 changed files with 79 additions and 14 deletions
+4 -2
View File
@@ -47,14 +47,16 @@ void SystemTask::run()
{
serviceManager.begin();
TickType_t lastWakeTime =
xTaskGetTickCount();
while(true)
{
serviceManager.update();
// Time the length of the task:
uint32_t start = micros();
serviceManager.tick();
uint32_t elapsed = micros() - start;
vTaskDelayUntil(