mirror of https://github.com/ArduPilot/ardupilot
Tools: Add kg per cubic meter unit metadata
This commit is contained in:
parent
5335f4f8aa
commit
2794b36fdb
|
@ -113,6 +113,7 @@ known_units = {
|
|||
'octal' : 'octal' ,
|
||||
'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',
|
||||
}
|
||||
|
||||
required_param_fields = [
|
||||
|
|
Loading…
Reference in New Issue