mirror of
https://github.com/esphome/esphome.git
synced 2026-09-21 20:18:43 +00:00
fix merge
This commit is contained in:
@@ -102,7 +102,7 @@ void Application::setup() {
|
||||
|
||||
for (uint32_t j = 0; j <= i; j++) {
|
||||
// Update loop_component_start_time_ right before calling each component
|
||||
this->loop_component_start_time_ = millis();
|
||||
this->loop_component_start_time_ = MillisInternal::get();
|
||||
this->components_[j]->call();
|
||||
this->feed_wdt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user