Skip to content

Commit

Permalink
2023.9.1: Fix display off when auto_clear_enabled: false
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Oct 28, 2023
1 parent 8a35d55 commit 17cd67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ehmtxv2/EHMTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ namespace esphome
{
this->show_display = false;
ESP_LOGD(TAG, "display off");
display->clear();

for (auto *t : on_show_display_triggers_)
{
Expand Down

0 comments on commit 17cd67f

Please sign in to comment.