mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
Update variable in scheduler (#838)
Fixes https://github.com/esphome/issues/issues/826
This commit is contained in:
parent
1b35855e68
commit
68a3b31628
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ uint32_t Scheduler::millis_() {
|
|||
ESP_LOGD(TAG, "Incrementing scheduler major");
|
||||
this->millis_major_++;
|
||||
}
|
||||
this->last_millis_ = now;
|
||||
return now;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue