-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFiSmartConfig save settings (AP, PASS) #705
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
Comments
can you please post minimal sketch that shows the issue? |
I have the same issue. Please see #810. |
Has there been any progress in fixing this? I have a couple of application that just won't work if the settings obtained with smart config are lost. I can add a work-around like this: int count = 0; but shouldn't this be built in to the library? |
Agree with @bill-orange, can this be standard functionality? I think most users would assume the smart config settings are preserved between reboots, regardless of past experience with the esp8266. |
Thanks alot @bill-orange . i have been looking for a solution |
Any updates? Does anyone solved the problem? |
Beyond the work-around I posted 9 months ago, I don’t think so. |
There is a solution here: #1100 (comment) that saves the SmartConfig credentials to NVS, then load it on boot |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This stale issue has been automatically closed. Thank you for your contributions. |
WiFiSmartConfig connection working good. But after reboot changes unsaved. I try to get AP name and PASS to write to EEPROM but both unsuccessful. Any advise?
The text was updated successfully, but these errors were encountered: