1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-30 09:02:17 +01:00

Update variable in scheduler (#838)

Fixes https://github.com/esphome/issues/issues/826
This commit is contained in:
Otto Winter
2019-11-06 22:35:22 +01:00
parent 1b35855e68
commit 68a3b31628

View File

@@ -211,6 +211,7 @@ uint32_t Scheduler::millis_() {
ESP_LOGD(TAG, "Incrementing scheduler major");
this->millis_major_++;
}
this->last_millis_ = now;
return now;
}