Skip to content

Commit 32f272e

Browse files
authored
Merge pull request #656 from LeeLeahy2/pp-fix
menuPP: Fix no friendly WiFi infinite loop
2 parents aaf0476 + 67b0a16 commit 32f272e

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
@@ -923,7 +923,7 @@ void updateSystemState()
923923
case (STATE_KEYS_PROVISION_WIFI_STARTED): {
924924
if (wifiIsConnected())
925925
changeState(STATE_KEYS_PROVISION_WIFI_CONNECTED);
926-
else if (wifiState == WIFI_OFF)
926+
else
927927
changeState(STATE_KEYS_WIFI_TIMEOUT);
928928
}
929929
break;

0 commit comments

Comments
 (0)