From 34eeba18ec8fc7436bdb68cb5f5ff835e8b4d424 Mon Sep 17 00:00:00 2001 From: LuBeDa Date: Mon, 27 Feb 2023 20:34:30 +0100 Subject: [PATCH] Update EHMTX.h version number --- components/ehmtx/EHMTX.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ehmtx/EHMTX.h b/components/ehmtx/EHMTX.h index 7a30275..6b387e3 100755 --- a/components/ehmtx/EHMTX.h +++ b/components/ehmtx/EHMTX.h @@ -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 @@ -455,4 +455,4 @@ namespace esphome }; } -#endif \ No newline at end of file +#endif