Guillermo Ruffino
|
b38b7019ea
|
Fix scheduler with too many cancelled timers (#1309)
* Fix scheduler with too many cancelled timers
* lint
* use variable name
|
2020-10-22 23:46:38 -03:00 |
|
Otto Winter
|
68a3b31628
|
Update variable in scheduler (#838)
Fixes https://github.com/esphome/issues/issues/826
|
2019-11-17 23:31:34 +01:00 |
|
Otto Winter
|
440e428aa4
|
Scheduler fixes (#813)
* Scheduler fixes
Fixes https://github.com/esphome/issues/issues/789, fixes https://github.com/esphome/issues/issues/788
Also changes to use unique_ptr - this should be much safer than the raw pointers form before (though the scoping rules might cause some issues, but looking closely I didn't find anything)
* Disable debugging
* Format
|
2019-10-31 23:46:09 +01:00 |
|
Otto Winter
|
6b3c7b0854
|
Fix scheduler first execution (#798)
* Fix scheduler first execution not immediately
* Also update sensor filters
|
2019-10-24 22:02:29 +02:00 |
|
Otto Winter
|
6c493d10d2
|
More scheduler fixes
|
2019-06-30 12:18:27 +02:00 |
|
Otto Winter
|
7b4366bfef
|
Fix scheduler
|
2019-06-30 09:13:52 +02:00 |
|
Otto Winter
|
8db6f3129c
|
Fix scheduler
|
2019-06-09 13:19:57 +02:00 |
|
Otto Winter
|
b51cbc4207
|
Add central function scheduler (#609)
* Add central function scheduler
* Avoid unnecessary copies
* Lint
* Prevent more copies, store pointers
* Add never update_interval
|
2019-06-07 14:26:40 +02:00 |
|