mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
param_metadata: add microseconds under known param type
This commit is contained in:
parent
8b74f94a7a
commit
c02c500ac5
@ -49,6 +49,7 @@ known_units = {
|
||||
'ds' : 'deciseconds' ,
|
||||
'cs' : 'centiseconds' ,
|
||||
'ms' : 'milliseconds' ,
|
||||
'us' : 'microseconds' ,
|
||||
'PWM' : 'PWM in microseconds' , # should be microseconds, this is NOT a SI unit, but follows https://github.com/ArduPilot/ardupilot/pull/5538#issuecomment-271943061
|
||||
'Hz' : 'hertz' ,
|
||||
'kHz' : 'kilohertz' ,
|
||||
|
Loading…
Reference in New Issue
Block a user