Added EventSource for webUI updates, completed more features

This commit is contained in:
Djuri 2023-11-08 15:27:22 +01:00
parent 91fd921e2e
commit 280764a2fa
16 changed files with 241 additions and 78 deletions

View file

@ -10,6 +10,7 @@ extern "C" void app_main()
while (true)
{
vTaskDelay(pdMS_TO_TICKS(5000));
eventSourceLoop();
vTaskDelay(pdMS_TO_TICKS(2500));
}
}