mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
RxBatt overflow (it's stored in a 8bits variable)
This commit is contained in:
parent
3126586615
commit
a46b78bd97
5 changed files with 6 additions and 5 deletions
|
@ -1217,6 +1217,7 @@ void putsTelemetryChannel(xcoord_t x, uint8_t y, uint8_t channel, lcdint_t val,
|
|||
break;
|
||||
#if defined(CPUARM)
|
||||
case TELEM_RX_VOLTAGE-1:
|
||||
val *= 5;
|
||||
#if LCD_W >= 212
|
||||
att |= PREC2;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue