Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Dec 2, 2024
1 parent 49e06e3 commit 3e1a054
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/ehmtxv2/EHMTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const uint8_t TEXTSCROLLSTART = 8;
const uint8_t TEXTSTARTOFFSET = (32 - 8);

const uint16_t POLLINGINTERVAL = 250;
static const char *const EHMTX_VERSION = "2024.6.0";
static const char *const EHMTX_VERSION = "2024.11.0";
static const char *const TAG = "EHMTXv2";

enum show_mode : uint8_t
Expand Down
1 change: 0 additions & 1 deletion components/ehmtxv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

logging.warning(f"")
logging.warning(f"Please check the documentation and wiki https://github.com/lubeda/EspHoMaTriXv2")
logging.warning(f"This will only work with esphome >= 2023.7.0")
logging.warning(f"")

def rgb565_svg(x,y,r,g,b):
Expand Down

0 comments on commit 3e1a054

Please sign in to comment.