mirror of
https://github.com/esphome/esphome.git
synced 2025-04-15 15:20:27 +01:00
Nextion - Align strings on dump_config
(#5824)
This commit is contained in:
parent
496c29aa04
commit
ab1cc0ed6e
@ -133,11 +133,11 @@ void Nextion::dump_config() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this->wake_up_page_ != -1) {
|
if (this->wake_up_page_ != -1) {
|
||||||
ESP_LOGCONFIG(TAG, " Wake Up Page : %d", this->wake_up_page_);
|
ESP_LOGCONFIG(TAG, " Wake Up Page: %d", this->wake_up_page_);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->start_up_page_ != -1) {
|
if (this->start_up_page_ != -1) {
|
||||||
ESP_LOGCONFIG(TAG, " Start Up Page : %d", this->start_up_page_);
|
ESP_LOGCONFIG(TAG, " Start Up Page: %d", this->start_up_page_);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user