Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Update EHMTX.h
Browse files Browse the repository at this point in the history
version number
  • Loading branch information
lubeda committed Feb 27, 2023
1 parent 6289a5b commit 34eeba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ehmtx/EHMTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const uint8_t TEXTSCROLLSTART = 8;
const uint8_t TEXTSTARTOFFSET = (32 - 8);

const uint16_t TICKINTERVAL = 1000; // each 1000ms
static const char *const EHMTX_VERSION = "Version: 2023.2.0";
static const char *const EHMTX_VERSION = "Version: 2023.3.0";
static const char *const TAG = "EHMTX";

namespace esphome
Expand Down Expand Up @@ -455,4 +455,4 @@ namespace esphome
};
}

#endif
#endif

0 comments on commit 34eeba1

Please sign in to comment.