mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
Cnsp range was wrong
This commit is contained in:
parent
405fd802d5
commit
e8fc7c4c89
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ RawSourceRange RawSource::getRange(const ModelData & model, const GeneralSetting
|
||||||
break;
|
break;
|
||||||
case TELEMETRY_SOURCE_CONSUMPTION:
|
case TELEMETRY_SOURCE_CONSUMPTION:
|
||||||
result.step = singleprec ? 100 : 1;
|
result.step = singleprec ? 100 : 1;
|
||||||
result.max = singleprec ? 25500 : 10000;
|
result.max = singleprec ? 25500 : 30000;
|
||||||
result.unit = QObject::tr("mAh");
|
result.unit = QObject::tr("mAh");
|
||||||
break;
|
break;
|
||||||
case TELEMETRY_SOURCE_POWER:
|
case TELEMETRY_SOURCE_POWER:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue