Skip to content

Commit 996cc26

Browse files
committed
Remove inMainMenu reboot preventer
1 parent 4b9d288 commit 996cc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ void updatePeriodicDisplay()
15001500
periodicDisplay = settings.periodicDisplay;
15011501

15021502
// Reboot the system after a specified timeout
1503-
if (((lastPeriodicDisplay / (1000 * 60)) > settings.rebootMinutes) && (!inMainMenu))
1503+
if ((lastPeriodicDisplay / (1000 * 60)) > settings.rebootMinutes)
15041504
{
15051505
systemPrintln("Automatic system reset");
15061506
delay(50); // Allow print to complete

0 commit comments

Comments
 (0)