Merge pull request #11648 from nonix/decode_te

decode Units in DT_VARS
This commit is contained in:
Theo Arends 2021-05-22 17:36:41 +02:00 committed by GitHub
commit edc6d96079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -777,6 +777,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);
}
}