Skip to content

Commit

Permalink
fix conversion factor for inHg to mbar in ultimeter driver
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwall committed Apr 20, 2016
1 parent 9024bf9 commit d00fc90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/weewx/drivers/ultimeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
from weeutil.weeutil import timestamp_to_string

DRIVER_NAME = 'Ultimeter'
DRIVER_VERSION = '0.15'
DRIVER_VERSION = '0.16'

INHG_PER_MBAR = 0.0295333727
INHG_PER_MBAR = 0.0295299830714
METER_PER_FOOT = 0.3048
MILE_PER_KM = 0.621371

Expand Down
2 changes: 2 additions & 0 deletions docs/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Fixed anti-alias bug in genplot. Issue #111.

Corrected the conversion factor between inHg and mbar. Thanks to user Olivier.

Corrected conversion factor for inHg and mbar in ultimeter driver.

Plots longer than two years now use an x-axis increment of one year. Thanks to
user Olivier!

Expand Down

0 comments on commit d00fc90

Please sign in to comment.