mirror of https://github.com/ArduPilot/ardupilot
Tools: allow Ohm units in parameters
# Conflicts: # Tools/autotest/param_metadata/param.py # libraries/AP_BattMonitor/AP_BattMonitor_INA2xx.cpp
This commit is contained in:
parent
e0ec7a9c9d
commit
bc94439417
|
@ -124,6 +124,8 @@ 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',
|
||||
'Ohm' : 'Ohm',
|
||||
}
|
||||
|
||||
required_param_fields = [
|
||||
|
|
Loading…
Reference in New Issue