fix merge

This commit is contained in:
J. Nick Koston
2026-04-21 15:28:03 +02:00
parent 3d0cf4f87c
commit 54086057e7
+1 -1
View File
@@ -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();
}