Skip to content

Commit 9f6d954

Browse files
committed
Display No SSIDs error if a caller calls for WiFi.
1 parent 89a1090 commit 9f6d954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/WiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ void wifiStart()
392392
if (wifiNetworkCount() == 0)
393393
{
394394
systemPrintln("Error: Please enter at least one SSID before using WiFi");
395-
// paintNoWiFi(2000); //TODO
395+
displayNoSSIDs(2000);
396396
WIFI_STOP();
397397
return;
398398
}

0 commit comments

Comments
 (0)