Skip to content

Commit 69b98f3

Browse files
committed
Add delays to show display errors
1 parent c530b67 commit 69b98f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firmware/RTK_Surveyor/Buttons.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ void checkSetupButton()
3232
{
3333
Serial.println(F("Base config failed!"));
3434
displayBaseFail();
35+
delay(1000);
3536
return;
3637
}
3738

@@ -45,6 +46,7 @@ void checkSetupButton()
4546
//TODO maybe create a custom fixed base fail screen
4647
Serial.println(F("Fixed base start failed!"));
4748
displayBaseFail();
49+
delay(1000);
4850
return;
4951
}
5052
}
@@ -71,7 +73,6 @@ void checkSetupButton()
7173
{
7274
displayRoverStart();
7375

74-
7576
//Configure for rover mode
7677
Serial.println(F("Rover Mode"));
7778

0 commit comments

Comments
 (0)