mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
Tools: add "octal" param unit
This commit is contained in:
parent
0a04a2a8c2
commit
c59be8bafe
@ -100,6 +100,7 @@ known_units = {
|
||||
'A/V' : 'ampere per volt' ,
|
||||
'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' ,
|
||||
}
|
||||
|
||||
required_param_fields = [
|
||||
|
Loading…
Reference in New Issue
Block a user