mirror of https://github.com/arendst/Tasmota.git
decode Units
This commit is contained in:
parent
0650744ac2
commit
9c9e04d139
|
@ -695,6 +695,7 @@ void DisplayText(void)
|
|||
cp = get_string(bbuff, sizeof(bbuff), cp);
|
||||
char unit[4];
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue