Skip to content

Commit

Permalink
Remove reference to esphome_fw_version
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Jan 4, 2025
1 parent a64c45b commit e89adca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ script:
then:
- lambda: |-
// Version information
ESP_LOGCONFIG("standard", "ESPHome builder: %s", esphome_fw_version->state.c_str());
ESP_LOGCONFIG("standard", "ESPHome builder: " ESPHOME_VERSION);
ESP_LOGCONFIG("standard", "ESPHome build timestamp: %s", App.get_compilation_time().c_str());
...

0 comments on commit e89adca

Please sign in to comment.