mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
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…
x
Reference in New Issue
Block a user