Skip to content

Commit 544eec9

Browse files
committed
States: Eliminate test, result already known
1 parent 8709d44 commit 544eec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/States.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ void stateUpdate()
253253

254254
if (settings.fixedBase == false)
255255
changeState(STATE_BASE_TEMP_SETTLE);
256-
else if (settings.fixedBase == true)
256+
else
257257
changeState(STATE_BASE_FIXED_NOT_STARTED);
258258
}
259259
else

0 commit comments

Comments
 (0)