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.
2 parents f3a7e15 + 89f9fa0 commit 2e39000Copy full SHA for 2e39000
Firmware/RTK_Surveyor/States.ino
@@ -812,7 +812,7 @@ void updateSystemState()
812
case (STATE_KEYS_WIFI_STARTED): {
813
if (wifiIsConnected())
814
changeState(STATE_KEYS_WIFI_CONNECTED);
815
- else if (wifiState == WIFI_OFF)
+ else
816
{
817
wifiMaxConnectionAttempts =
818
wifiOriginalMaxConnectionAttempts; // Override setting to 2 attemps during keys
0 commit comments