1
0
forked from me/IronOS
This commit is contained in:
Ben V. Brown
2021-01-17 09:19:47 +11:00
parent 2785813f58
commit c067b02cf0
5 changed files with 8 additions and 10 deletions

View File

@@ -805,6 +805,7 @@ void startGUITask(void const *argument __unused) {
ButtonState buttons = getButtonState();
if (buttons)
ticks = xTaskGetTickCount(); // make timeout now so we will exit
OLED::refresh();
GUIDelay();
}