mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
100mAh will be now the step for telemetry bars (and logical switches on
stock 9x)
This commit is contained in:
parent
f178748090
commit
f3f9f46742
2 changed files with 3 additions and 3 deletions
|
@ -2151,7 +2151,7 @@ getvalue_t convert8bitsTelemValue(uint8_t channel, ls_telemetry_value_t value)
|
|||
result = value * 5;
|
||||
break;
|
||||
case TELEM_CONSUMPTION:
|
||||
result = value * 40;
|
||||
result = value * 100;
|
||||
break;
|
||||
case TELEM_VSPEED:
|
||||
result = ((getvalue_t)value - 125) * 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue