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
Does anyones could share an example of how saving the credentials on the function: void onImprovWiFiConnectedCb(const char *ssid, const char *password) { // Save ssid and password here server.begin(); blink_led(100, 3); }
I was trying an approach using the eeprom library but it doesn't work. I appreciate any advice or example for doing this. I am using the ESP8266.
The text was updated successfully, but these errors were encountered:
Does anyones could share an example of how saving the credentials on the function:
void onImprovWiFiConnectedCb(const char *ssid, const char *password) { // Save ssid and password here server.begin(); blink_led(100, 3); }
I was trying an approach using the eeprom library but it doesn't work. I appreciate any advice or example for doing this. I am using the ESP8266.
The text was updated successfully, but these errors were encountered: