Skip to content

Commit ae04fbe

Browse files
authored
Merge pull request #673 from LeeLeahy2/wifi-off
States: Shutdown WiFi in STATE_KEYS_WIFI_TIMEOUT
2 parents 2e39000 + 2af0c48 commit ae04fbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/RTK_Surveyor/States.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,9 @@ void updateSystemState()
908908
// No WiFi. No RTC. We don't know if the keys we have are expired. Attempt to use them.
909909
changeState(STATE_KEYS_LBAND_CONFIGURE);
910910
}
911+
912+
// Turn off WiFi
913+
wifiShutdown();
911914
}
912915
break;
913916

0 commit comments

Comments
 (0)