mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
RPM max is 30000 also in Companion
This commit is contained in:
parent
0d5196e8c9
commit
dc58dd4d6f
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ RawSourceRange RawSource::getRange(const ModelData & model, const GeneralSetting
|
|||
case TELEMETRY_SOURCE_RPM:
|
||||
case TELEMETRY_SOURCE_RPM_MAX:
|
||||
result.step = singleprec ? 50 : 1;
|
||||
result.max = singleprec ? 12750 : 20000;
|
||||
result.max = singleprec ? 12750 : 30000;
|
||||
break;
|
||||
case TELEMETRY_SOURCE_FUEL:
|
||||
result.max = 100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue