1
0
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:
Oxan van Leeuwen
2021-09-20 11:16:31 +02:00
committed by GitHub
parent 2d7f8b3bdf
commit 1e8e471dec
5 changed files with 15 additions and 2 deletions

View File

@@ -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_++;
}
}