decode Units

This commit is contained in:
nonix 2021-04-09 17:33:46 +02:00
parent 0650744ac2
commit 9c9e04d139
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}