mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Tools: Parameters: Permit kHz as a unit
This commit is contained in:
parent
c4c68266d5
commit
31924e46d3
@ -47,6 +47,7 @@ known_units = {
|
|||||||
'ms' : 'milliseconds' ,
|
'ms' : 'milliseconds' ,
|
||||||
'PWM' : 'PWM in microseconds' , # should be microseconds, this is NOT a SI unit, but follows https://github.com/ArduPilot/ardupilot/pull/5538#issuecomment-271943061
|
'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' ,
|
'Hz' : 'hertz' ,
|
||||||
|
'kHz' : 'kilohertz' ,
|
||||||
# distance
|
# distance
|
||||||
'km' : 'kilometers' , # metre is the SI unit name, meter is the american spelling of it
|
'km' : 'kilometers' , # metre is the SI unit name, meter is the american spelling of it
|
||||||
'm' : 'meters' , # metre is the SI unit name, meter is the american spelling of it
|
'm' : 'meters' , # metre is the SI unit name, meter is the american spelling of it
|
||||||
|
Loading…
Reference in New Issue
Block a user