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 072bdec commit 89f9fa0Copy full SHA for 89f9fa0
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