mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: Change the unit of barometric pressure from mbar to hPa.
This commit is contained in:
parent
2d2f2c4360
commit
2e69317c2c
@ -85,7 +85,7 @@ known_units = {
|
||||
'mGauss' : 'milligauss' , # Gauss is not an SI unit, but 1 tesla = 10000 gauss so a simple replacement is not possible here
|
||||
# pressure
|
||||
'Pa' : 'pascal' ,
|
||||
'mbar' : 'millibar' ,
|
||||
'hPa' : 'hectopascal' ,
|
||||
# ratio
|
||||
'%' : 'percent' ,
|
||||
'%/s' : 'percent per second' ,
|
||||
|
Loading…
Reference in New Issue
Block a user