mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Measurement units for OSD elements and FRSKY hub telemetry.
This commit is contained in:
parent
b488d388ba
commit
9ae3adaa51
9 changed files with 86 additions and 31 deletions
|
@ -167,7 +167,7 @@ static const char * const lookupTableCrashRecovery[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTableUnit[] = {
|
||||
"IMPERIAL", "METRIC"
|
||||
"IMPERIAL", "METRIC", "BRITISH"
|
||||
};
|
||||
|
||||
static const char * const lookupTableAlignment[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue