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 8ad47b7 commit 94bbd4aCopy full SHA for 94bbd4a
Firmware/RTK_Everywhere/WiFi.ino
@@ -1336,10 +1336,13 @@ bool RTK_WIFI::enable(bool enableESPNow,
1336
// Update the station state
1337
if (enableStation)
1338
{
1339
+ //Load the latest settings
1340
+ wifiUpdateSettings();
1341
+
1342
// Verify that at least one SSID is set
1343
if (wifiStationSsidSet == false)
1344
- systemPrintf("ERROR: No valid SSID in settings\r\n");
1345
+ systemPrintf("ERROR: No valid SSID in settings to start WiFi station\r\n");
1346
displayNoSSIDs(2000);
1347
}
1348
else
0 commit comments