This commit is contained in:
Ben V. Brown
2019-12-28 10:57:40 +11:00
parent f2337ffc37
commit c1cc64c485

View File

@@ -804,7 +804,7 @@ void gui_Menu(const menuitem *menu) {
lcdRefresh = false;
}
if ((xTaskGetTickCount() - lastButtonTime) > (1000 * 30)) {
// If user has not pressed any buttons in 30 seconds, exist back a menu.
// If user has not pressed any buttons in 30 seconds, exit back a menu layer
// This will trickle the user back to the main screen eventually
earlyExit = true;
descriptionStart = 0;