-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
Added enableWiFiAtBootTime() to enable legacy wifi persistence #513
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
good discovery, thank you @peterschrott |
Can confirm - My Wemos D1 mini based iSpindel stopped automatically connecting to wifi after deep sleep after I upgraded it to v7.0.0. I built and flashed v7.1.0 and now it's back to normal. Thanks @peterschrott ! |
@tjhowse ur welcome. |
I'm just a user, not a maintainer. I don't know when v7.1.0 is going to be promoted from beta. |
Question was going out to the maintainer. But just saw the "pre-release" now. |
Oh sorry! I didn't notice your maintainer @mention. Now I feel silly 😆 |
Didn't have time to test it yet, but based on positive feedback I can promote it to be a release |
Fixing issue: #507
From version 3 of Arduino core (
ESP8266Wifi
) the persistence of wifi settings has changed.Source: https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/generic-class.html#persistent
Adding
enableWiFiAtBootTime()
restores the legacy behavior.