Skip to content

Commit 5a672e7

Browse files
committed
WiFi: Fix printf
1 parent 0fbd959 commit 5a672e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/WiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ bool RTK_WIFI::enable(bool enableESPNow,
12581258
break;
12591259
if (authIndex >= MAX_WIFI_NETWORKS)
12601260
{
1261-
systemPrintf("ERROR: No valid SSID in settings.wifiNetworks\r\n");
1261+
systemPrintf("ERROR: No valid SSID in settings\r\n");
12621262
displayNoSSIDs(2000);
12631263
}
12641264
else

0 commit comments

Comments
 (0)