1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00
This commit is contained in:
bsongis 2014-07-01 22:16:22 +02:00
parent 7162ab5399
commit 57b08fb064
7 changed files with 29 additions and 17 deletions

View file

@ -1367,7 +1367,7 @@ void putsTelemetryChannel(xcoord_t x, uint8_t y, uint8_t channel, lcdint_t val,
case TELEM_ASPEED-1:
case TELEM_MAX_ASPEED-1:
putsTelemetryValue(x, y, val, UNIT_KTS, att);
putsTelemetryValue(x, y, val, UNIT_KTS, att|PREC1);
break;
#if defined(CPUARM)