mirror of https://github.com/arendst/Tasmota.git
Forgot to change the length of tm variable
This commit is contained in:
parent
6172eff331
commit
abee978080
|
@ -995,7 +995,7 @@ void TM1637ShowTime()
|
|||
hr = 12;
|
||||
}
|
||||
|
||||
char tm[5];
|
||||
char tm[9];
|
||||
if (hr < 10)
|
||||
{
|
||||
if (mn < 10)
|
||||
|
|
Loading…
Reference in New Issue