fix for CRSF not being present. (#11951)
[betaflight.git] / docs / Units.md
blobfc09ecbbff345bb254df0d9f298a11a13e7b1565
1 # Units
3 This document describes the current variables used to configure specific elements depending on the measurement unit applied.
5 ### Units
6 | Unit     | Speed | Distance | Temperature |
7 | -------- | ----- | -------- | ----------- |
8 | Imperial | MPH   | Miles    | Fahrenheit  |
9 | Metric   | KPH   | KM       | Celcius     |
10 | British  | MPH   | KM       | Celcius     |
12 ### Affected OSD Elements
13 | OSD Element      | Imperial | Metric | British |
14 | ---------------- | -------- | ------ | ------- |
15 | Altitude         | Feet     | Metre  | Metre   |
16 | GPS Speed        | MPH      | KPH    | MPH     |
17 | Home Distance    | Feet     | Metre  | Metre   |
18 | Numerical Vario  | FTPS     | MPS    | MPS     |
19 | Flight Distance  | Feet     | Metre  | Metre   |
20 | OSD Efficiency   | Miles    | KM     | KM      |
22 Note: Configuration is done in cli with `set osd_units = <UNIT>` or in the OSD tab in the Betaflight Configurator. For example `set osd_units = BRITISH`
24 ### Affected FrSky Hub Telemetry Elements
25 | Element | Imperial   | Metric  | British |
26 | ------- | ---------- | ------- | ------- |
27 | HDOP    | Fahrenheit | Celcius | Celcius |
29 The FrSky hub telemetry setting can be changed in cli by `set frsky_unit = <UNIT>`.
30 For example `set frsky_unit = METRIC`