Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to save wifi credentials to keep the server after connecting the first time? #5

Open
IvanR3D opened this issue Oct 20, 2023 · 0 comments

Comments

@IvanR3D
Copy link

IvanR3D commented Oct 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant