Skip to content

Commit da4809b

Browse files
committed
Correct system state print
1 parent 03f426e commit da4809b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/States.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void updateSystemState()
2727
}
2828
}
2929

30-
if (settings.enablePrintState && ((millis() - lastStateTime) > 15000))
30+
if (settings.enablePrintStates && ((millis() - lastStateTime) > 15000))
3131
{
3232
changeState(systemState);
3333
lastStateTime = millis();

0 commit comments

Comments
 (0)