-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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.setSleepMode(WIFI_LIGHT_SLEEP) dies on 2.4.1 after a few seconds #4658
Comments
same here, even with latest git framework-arduinoespressif8266@src-31d658a59f41540201fc3726a1394910 |
I'm comfirming this bug! Guys, we need LIGHT_SLEEP_T |
20 April and this just got completly ignored. I dunno, do you guys all have free energy or why u give a fu* on this??? |
Same for Alexa Workaround/Losing Post Data when no header set. |
This seems to be a bug inside the SDK itself.
|
Fix by #5210 |
Basic Infos
Platform
Settings in IDE
Problem Description
Adding WiFi.setSleepMode(WIFI_LIGHT_SLEEP); to Setup() "crashes" Loop() in a way. Loop() stops running, or perhaps Delay never returns. Tested the same sketch against 2.4.0 and it runs fine. Never "dies".
MCVE Sketch
Debug Messages
After this there is no more "Delay" prints, takes 10 to 12 seconds before silence. With 2.4.0 the "Delay" prints continue indefinitely.
This is what 2.4.0 gives me:
The text was updated successfully, but these errors were encountered: