Skip to content

Commit

Permalink
2023.9.1-122: Move get_tick() to EHMTX class
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored Nov 3, 2023
1 parent 294be8f commit 7bfc1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ehmtxv2/EHMTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ namespace esphome
bool string_has_ending(std::string const &fullString, std::string const &ending);
void draw_day_of_week(bool small=false);
void show_all_icons();
float get_tick();
void tick();
void draw();
void get_status();
Expand Down

0 comments on commit 7bfc1df

Please sign in to comment.