-
Notifications
You must be signed in to change notification settings - Fork 19
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
Wifi AP & password not being saved (must re-enter on restart) #3
Comments
Looks like this is a known issue in ESPAsyncWiFiManager. alanswx/ESPAsyncWiFiManager#83 I'll try to dig deeper and post a solution if I can find one. |
Should fix issue where wifi credentials not persisting reboots when using ESPAsyncWiFiManager 3.x ecodina#3
I tested a suggested code tweak last night, and with only a small amount of testing, it seems to fix the issue. Once set, WiFi settings now persist reboots! I don't know how the change effects anyone using the previous ESPAsyncWiFiManager 2.x code though. I'll work on uploading my update as a pull request, but would like someone with the old toolchain could verify. |
Hello. I no longer have the board available for development so I can't test it. I will leave the issue open for a while, just in case someone else can do it. |
After a prudent amount of time, it seems that the fix is good. Closing this issue. |
I've compiled for my NodeMCU (ES8266) using PlatformIO and VSCode and after some brief testing, the API seems to be working great.
The only problem is that my wireless SSID and password configuration do not survive a reboot. At every power cycle of the NodeMCU, I have to reconnect to the internal "WateringSystemAP" to re-enter the desired SSID and credentials.
Any idea why this might be happening?
Here's the compile output, in case it's helpful...
The text was updated successfully, but these errors were encountered: