1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

Volts source can be RxBatt/A3/A4 and Amps source A3/A4

This commit is contained in:
bsongis 2014-05-24 16:04:14 +02:00
parent 8f9391a8df
commit c7c58b1a1d
23 changed files with 176 additions and 57 deletions

View file

@ -1216,7 +1216,7 @@ void putsTelemetryChannel(xcoord_t x, uint8_t y, uint8_t channel, lcdint_t val,
putsTimer(x, y, val, att, att);
break;
#if defined(CPUARM)
case TELEM_RX_VOLTAGE-1:
case TELEM_RXBATT-1:
val *= 5;
#if LCD_W >= 212
att |= PREC2;