From 32300207e83202704bd534957ca221ae90d94d9d Mon Sep 17 00:00:00 2001 From: pkkrusty <79770016+pkkrusty@users.noreply.github.com> Date: Fri, 4 Mar 2022 19:35:29 +0000 Subject: [PATCH] Actually show six digits in MAX7219 Not sure how I missed that in the last PR. --- 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 f0497f901..08a804ee6 100644 --- a/tasmota/xdsp_15_tm1637.ino +++ b/tasmota/xdsp_15_tm1637.ino @@ -1021,7 +1021,7 @@ void TM1637ShowTime() } else if (MAX7219 == TM1637Data.display_type) { - for (uint32_t i = 0; i < 4; i++) + for (uint32_t i = 0; i < 6; i++) { //if ((millis() % 1000) > 500 && (i == 3)) if ((i == 1) || (i == 3))