mirror of
https://github.com/esphome/esphome.git
synced 2024-11-13 02:37:47 +01:00
Uppercase ESPHome (#814)
This commit is contained in:
parent
d24b88271c
commit
34d26a517d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void Application::loop() {
|
|||
|
||||
if (this->dump_config_at_ >= 0 && this->dump_config_at_ < this->components_.size()) {
|
||||
if (this->dump_config_at_ == 0) {
|
||||
ESP_LOGI(TAG, "esphome version " ESPHOME_VERSION " compiled on %s", this->compilation_time_.c_str());
|
||||
ESP_LOGI(TAG, "ESPHome version " ESPHOME_VERSION " compiled on %s", this->compilation_time_.c_str());
|
||||
}
|
||||
|
||||
this->components_[this->dump_config_at_]->dump_config();
|
||||
|
|
Loading…
Reference in a new issue