Better home screen button handler

This commit is contained in:
Ben V. Brown
2023-07-18 08:06:12 +10:00
parent ae5b9e9717
commit 553f5fd273
4 changed files with 6 additions and 9 deletions

View File

@@ -208,6 +208,6 @@ void startGUITask(void const *argument) {
for (;;) {
guiRenderLoop();
resetWatchdog();
vTaskDelayUntil(&startRender, TICKS_100MS / 2);
vTaskDelayUntil(&startRender, TICKS_100MS / 2); // Try and maintain 20fps ish update rate, way to fast but if we can its nice
}
}