Tools: Change the unit of barometric pressure from mbar to hPa.

This commit is contained in:
murata 2019-09-16 09:00:58 +09:00 committed by Andrew Tridgell
parent 2d2f2c4360
commit 2e69317c2c

View File

@ -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' ,