mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
Merge commit 'c9cc39c139
' into next
This commit is contained in:
commit
c08b57ad9b
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ RawSourceRange RawSource::getRange(const ModelData & model, const GeneralSetting
|
|||
result.step = singleprec ? 2 : 1;
|
||||
result.max = singleprec ? (2*255) : 2000;
|
||||
if (firmware->getCapability(Imperial) || settings.imperial) {
|
||||
result.unit = QObject::tr("MPH");
|
||||
result.unit = QObject::tr("kn");
|
||||
}
|
||||
else {
|
||||
result.step *= 1.852;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue