-
Notifications
You must be signed in to change notification settings - Fork 86
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
ESPAsyncWiFiManager forgets data after reboot #83
Comments
Hello, |
Yes, it seems it works. Suggestion for @dansiebert
|
For me it's ESP01-S. Same issue. ESP8266 3.0.0. I tried what @MassiPi suggested. For me it doesn't work. |
with 3.0.0 they removed the default "persistent(true)", that's why it does not save credentials (or save them) between reboots |
I've got the same issue, but I'm confused about where the changes need to be made to correct the problem and persist the SSID/password |
in the example add
and it persist the settings |
@dansiebert proposed solutions do work, were you able to test any of them ? |
I did not. I am not at home and don’t have a test setup. |
@hmronline, I added the line as suggested by @mdwarby you my code and it seems to work. I haven't tested too much, but had a chance last night to reflash and the WiFi connection persisted across several reboots. |
This solution work for me, many thanks!! |
I have the problem that the Wemos D1 mini (ESP8266) forgets the wifi data after every reboot.
Usually the once entered data is saved.
However, this only happens after updating Core in PlatformIO to [email protected]. If I switch back to [email protected], it works.
Is it possible that with Core 3.0.0 there is a problem with the file system in the flash of the ESP8266?
Is SPIFFS unsupported any more? I ask, because I think, that ESPAsyncWebServer uses SPIFFS. There are at least warning messages while compiling.
And ESPAsyncWiFiManager uses ESPAsyncWebServer, right?
The text was updated successfully, but these errors were encountered: