mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 16:55:15 +03:00
Fix #4742
This commit is contained in:
parent
e264a06670
commit
7e8cec005b
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ for i, (s, f) in enumerate([("volt", "volt0"), ("volts", "volt1"),
|
|||
("foot", "foot0"), ("feet", "foot1"),
|
||||
("degree celsius", "celsius0"), ("degrees celsius", "celsius1"),
|
||||
("degree fahrenheit", "fahr0"), ("degrees fahrenheit", "fahr1"),
|
||||
("percent", "percent0"),
|
||||
("percent", "percent0"), ("percent", "percent1"),
|
||||
("milliamp-hour", "mamph0"), ("milliamp-hours", "mamph1"),
|
||||
("watt", "watt0"), ("watts", "watt1"),
|
||||
("milli-watt", "mwatt0"), ("milli-watts", "mwatt1"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue