mirror of https://github.com/arendst/Tasmota.git
Updated SetOption36 (markdown)
parent
4951073450
commit
3f82ef98f2
|
@ -8,7 +8,7 @@ The main application loop of the Sonoff-Tasmota firmware needs to visit each of
|
|||
|
||||
The highest priority drivers/sensors need to be called once per 50ms to operate as designed but most of the normal run of the mill drivers and sensors do not necessarily require this amount of intense polling. The 50-millisecond mark would normally be considered to be an absolute minimum duty cycle for the main processing loop on ESP8266 boards whilst most Sonoff device derivatives will function perfectly well way above this default setting.
|
||||
|
||||
To make this manageable from device to device a new setting to has been introduced enabling the setting of the main loop target to a specific value in milliseconds.
|
||||
To make this manageable from device to device a new setting has been introduced enabling the setting of the main loop target to a specific value in milliseconds.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue