1
0
Fork 0
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:
bsongis 2014-05-05 16:35:41 +02:00
parent f178748090
commit f3f9f46742
2 changed files with 3 additions and 3 deletions

View file

@ -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;