mirror of
https://github.com/esphome/esphome.git
synced 2025-09-22 13:12:22 +01:00
Update variable in scheduler (#838)
Fixes https://github.com/esphome/issues/issues/826
This commit is contained in:
@@ -211,6 +211,7 @@ uint32_t Scheduler::millis_() {
|
||||
ESP_LOGD(TAG, "Incrementing scheduler major");
|
||||
this->millis_major_++;
|
||||
}
|
||||
this->last_millis_ = now;
|
||||
return now;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user