mirror of
https://github.com/esphome/esphome.git
synced 2025-09-20 20:22:27 +01:00
Introduce call_dump_config() indirection (#2325)
This commit is contained in:
@@ -105,7 +105,7 @@ void Application::loop() {
|
||||
#endif
|
||||
}
|
||||
|
||||
this->components_[this->dump_config_at_]->dump_config();
|
||||
this->components_[this->dump_config_at_]->call_dump_config();
|
||||
this->dump_config_at_++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user