We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5971483 commit 23ac1c4Copy full SHA for 23ac1c4
Firmware/RTK_Surveyor/Begin.ino
@@ -588,7 +588,10 @@ void beginSystemState()
588
factoryReset();
589
}
590
591
- firstRoverStart = true; //Allow user to enter test screen during first rover start
+ if (systemState == STATE_ROVER_NOT_STARTED)
592
+ firstRoverStart = true; //Allow user to enter test screen during first rover start
593
+ else
594
+ firstRoverStart = false;
595
596
powerBtn = new Button(pin_powerSenseAndControl); //Create the button in memory
597
0 commit comments