mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Better home screen button handler
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user