-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[2.4.1] Device freeze with sleep on #2559
Comments
Thnx again. I will test for version 2.4.1 and if it is used do not execute setSleepMode. This way tasmota keeps running while sleepmode is disabled. If people need sleepmode they can revert to 2.4.0 Edit.
|
5.12.0m * Disable sleep when using Esp/Arduino core 2.4.1 (#2559)
How do you turn OFF sleep in core 2.4.0? Will it work if comment out the following or something else has to be changed? After running 2.4.1 for a day I had to downgrade to 2.4.0 due to connectivity issues. Unlike 2.4.0, I could say in 2.4.1, the websever is responsive. |
command sleep 0 |
Thank you!
…On Sun, May 6, 2018 at 8:22 PM reloxx13 ***@***.***> wrote:
command sleep 0
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2559 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ae1zHyIMxwdULWBenyZoKTteZpfO5t0aks5tvusWgaJpZM4Tqzln>
.
|
5.12.0m * Disable sleep when using Esp/Arduino core 2.4.1 (arendst#2559)
Heya,
before releasing 2.4.1, i would suggest to take a look into the sleep bug.
If i set sleep != 0, the Device is freezing after a few seconds. If this happens to users which got their devices in difficult or not to reach places, it will cause alot of trouble, because the only way to fix it, is serial flashing.
Their is no serial output or a wdt reset, its just dead.
If i comment out in support.ino (or set sleep to 0):
WiFi.setSleepMode(WIFI_LIGHT_SLEEP); // Allow light sleep during idle times
everything works as espected, but the power consumption is raising.
This is what i found so far and tried some of the solutions, but i was unable to get it fixed:
esp8266/Arduino#4485
esp8266/Arduino#1381
esp8266/Arduino#4658
The text was updated successfully, but these errors were encountered: