Skip to content

Commit 2af0c48

Browse files
committed
States: Shutdown WiFi in STATE_KEYS_WIFI_TIMEOUT
1 parent 072bdec commit 2af0c48

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)