mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: add Kg/m.m to param units
This commit is contained in:
parent
33e397c524
commit
6f92e6298a
@ -108,6 +108,7 @@ known_units = {
|
|||||||
'octal' : 'octal' ,
|
'octal' : 'octal' ,
|
||||||
'RPM' : 'Revolutions Per Minute',
|
'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' : 'kilograms per square meter', # metre is the SI unit name, meter is the american spelling of it
|
||||||
|
'kg/m.m' : 'kilogram per meter squared'
|
||||||
}
|
}
|
||||||
|
|
||||||
required_param_fields = [
|
required_param_fields = [
|
||||||
|
Loading…
Reference in New Issue
Block a user