mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Tools: add RPM to units list
This commit is contained in:
parent
e91402aeb6
commit
6074b1b7c9
@ -102,6 +102,7 @@ known_units = {
|
||||
'm/V' : 'meters per volt' ,
|
||||
'gravities': 'standard acceleration due to gravity' , # g_n would be a more correct unit, but IMHO no one understands what g_n means
|
||||
'octal' : 'octal' ,
|
||||
'RPM' : 'Revolutions Per Minute',
|
||||
}
|
||||
|
||||
required_param_fields = [
|
||||
|
Loading…
Reference in New Issue
Block a user