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 e90e121 commit 7bfde5dCopy full SHA for 7bfde5d
Firmware/RTK_Surveyor/States.ino
@@ -848,8 +848,7 @@ void updateSystemState()
848
displayKeysUpdated();
849
}
850
851
- // WiFi will be turned off once we exit this state, if no other service needs it
852
-
+ wifiShutdown(); // Turn off WiFi
853
forceSystemStateUpdate = true; // Imediately go to this new state
854
changeState(STATE_KEYS_DAYS_REMAINING);
855
@@ -952,6 +951,7 @@ void updateSystemState()
952
951
paintKeyProvisionFail(10000); // Device not whitelisted. Show device ID.
953
changeState(STATE_KEYS_LBAND_ENCRYPTED);
954
955
956
break;
957
0 commit comments