You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a reboot WiFi, is re-established from EEPROM only if previously the credentials came from SmartConfig.
When the credentials came from the sketch, they are not stored, despite of these lines:
After a reboot WiFi, is re-established from EEPROM only if previously the credentials came from SmartConfig.
When the credentials came from the sketch, they are not stored, despite of these lines:
Code: Select all
if (WiFi.status() == WL_CONNECTED)
{
WiFi.setAutoReconnect(true);
WiFi.persistent(true);
Serial.println("Connection OK!");
}
Any clues are highly appreciated.
The text was updated successfully, but these errors were encountered: