mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
commit
edc6d96079
@ -777,6 +777,7 @@ void DisplayText(void)
|
|||||||
cp = get_string(bbuff, sizeof(bbuff), cp);
|
cp = get_string(bbuff, sizeof(bbuff), cp);
|
||||||
char unit[4];
|
char unit[4];
|
||||||
cp = get_string(unit, sizeof(unit), cp);
|
cp = get_string(unit, sizeof(unit), cp);
|
||||||
|
decode_te(unit);
|
||||||
define_dt_var(num, gxp, gyp, textbcol, textfcol, font, textsize, txlen, time, dp, bbuff, unit);
|
define_dt_var(num, gxp, gyp, textbcol, textfcol, font, textsize, txlen, time, dp, bbuff, unit);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user