From e43d5ff0c237c3d3fc90425f24c916c09f1f2255 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <39969427+ascillato2@users.noreply.github.com> Date: Mon, 14 Jan 2019 18:44:14 -0300 Subject: [PATCH] Updated Dynamic Sleep (markdown) --- Dynamic-Sleep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dynamic-Sleep.md b/Dynamic-Sleep.md index a584d5b5..54dc7d4d 100644 --- a/Dynamic-Sleep.md +++ b/Dynamic-Sleep.md @@ -21,7 +21,7 @@ To make this manageable from device to device a new setting has been introduced For default operation, this will be set to 50 milliseconds as there are generally no drivers or sensors that need to be polled at a rate higher than this. -To allow for power usage flexibility this value may also be increased to a value of up to 255 milliseconds which is very useful to reduce power and processing demand on non-time critical devices such as switches (which is what most of Sonoff-Tasmota is used for.) +To allow for power usage flexibility this value may also be increased to a value of up to 250 milliseconds which is very useful to reduce power and processing demand on non-time critical devices such as switches (which is what most of Sonoff-Tasmota is used for.) The purpose of this setting is to allow you as a user to set the speed at which driver and sensors will be serviced and as a result also the amount of time given to the SDK / Arduino ESP8266 core to handle its background tasks (which are not under direct control of the Sonoff-Tasmota firmware.)