Skip to content

Commit

Permalink
2023.9.1-152: last_time - actual time
Browse files Browse the repository at this point in the history

Co-authored-by: chertvl <[email protected]>
  • Loading branch information
andrewjswan and chertvl authored Nov 16, 2023
1 parent f039267 commit 18199c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ehmtxv2/EHMTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ namespace esphome

if (this->screen_pointer != MAXQUEUE)
{
this->queue[this->screen_pointer]->last_time = ts + this->queue[this->screen_pointer]->screen_time_;
this->queue[this->screen_pointer]->last_time = ts;
// todo nur bei animationen
if (this->queue[this->screen_pointer]->mode == MODE_BITMAP_STACK_SCREEN && this->queue[this->screen_pointer]->sbitmap != NULL)
{
Expand Down

0 comments on commit 18199c5

Please sign in to comment.