Skip to content

Commit 639b8b9

Browse files
committed
Display WiFi failed helper screen
1 parent 7f6d596 commit 639b8b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/RTK_Surveyor/States.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ void updateSystemState()
126126
case (STATE_ROVER_CLIENT_WIFI_STARTED):
127127
{
128128
if (millis() - wifiStartTime > 8000)
129+
{
130+
paintNClientWiFiFail(4000);
129131
changeState(STATE_ROVER_NOT_STARTED); //Give up and move to normal Rover mode
132+
}
130133

131134
#ifdef COMPILE_WIFI
132135
byte wifiStatus = WiFi.status();

0 commit comments

Comments
 (0)