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 c0f43ec commit 67b0a16Copy full SHA for 67b0a16
Firmware/RTK_Surveyor/States.ino
@@ -923,7 +923,7 @@ void updateSystemState()
923
case (STATE_KEYS_PROVISION_WIFI_STARTED): {
924
if (wifiIsConnected())
925
changeState(STATE_KEYS_PROVISION_WIFI_CONNECTED);
926
- else if (wifiState == WIFI_OFF)
+ else
927
changeState(STATE_KEYS_WIFI_TIMEOUT);
928
}
929
break;
0 commit comments