mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
swapped the manual selection aswell
This commit is contained in:
parent
5667b831d6
commit
a01db41a89
1 changed files with 2 additions and 2 deletions
|
@ -104,10 +104,10 @@ var Settings = (function () {
|
|||
const getUnitDisplayTypeValue = () => {
|
||||
// Try and match the values
|
||||
switch (configUnitType) {
|
||||
case UnitType.metric:
|
||||
case UnitType.imperial:
|
||||
return 0;
|
||||
break;
|
||||
case UnitType.imperial:
|
||||
case UnitType.metric:
|
||||
return 1;
|
||||
break;
|
||||
case UnitType.OSD: // Match the OSD value on the UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue