mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #10080 from haslinghuis/british_osd_units
This commit is contained in:
commit
87adab2fac
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