From abee97808036f7513788f883948c5500cc09ae44 Mon Sep 17 00:00:00 2001 From: pkkrusty <79770016+pkkrusty@users.noreply.github.com> Date: Fri, 4 Feb 2022 12:19:42 +0000 Subject: [PATCH] Forgot to change the length of tm variable --- tasmota/xdsp_15_tm1637.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdsp_15_tm1637.ino b/tasmota/xdsp_15_tm1637.ino index f69cbcfc3..744cf043d 100644 --- a/tasmota/xdsp_15_tm1637.ino +++ b/tasmota/xdsp_15_tm1637.ino @@ -995,7 +995,7 @@ void TM1637ShowTime() hr = 12; } - char tm[5]; + char tm[9]; if (hr < 10) { if (mn < 10)