Skip to content

Commit

Permalink
2023.9.1: Init sbitmap in EHMTX Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Oct 29, 2023
1 parent 00eadf0 commit 111f2a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ehmtxv2/EHMTX_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ namespace esphome
this->text = "";
this->default_font = true;
this->progress = 0;
this->sbitmap = nullptr;
this->progressbar_color = esphome::display::COLOR_OFF;
this->progressbar_back_color = esphome::display::COLOR_OFF;
}
Expand Down

0 comments on commit 111f2a5

Please sign in to comment.