mirror of https://github.com/ArduPilot/ardupilot
Tools: added litres param unit
This commit is contained in:
parent
8cb638b7e1
commit
8442787770
|
@ -124,6 +124,7 @@ known_units = {
|
|||
'RPM' : 'Revolutions Per Minute',
|
||||
'kg/m/m' : 'kilograms per square meter', # metre is the SI unit name, meter is the american spelling of it
|
||||
'kg/m/m/m': 'kilograms per cubic meter',
|
||||
'litres' : 'litres',
|
||||
}
|
||||
|
||||
required_param_fields = [
|
||||
|
|
Loading…
Reference in New Issue