Pressure reading decimal place

14 views
Skip to first unread message

ed

unread,
Feb 14, 2012, 8:59:21 AM2/14/12
to wfrog-users
Has anyone else noticed that the pressure reading from main.html
always has a zero for the first decimal place?
For example 1014.0 hPa. The first decimal will always read zero
unless this line in main.html is changed from
this:
Pressure <span class="value">$rnd($current.press)</span>
$unitstr('press',$units.press)

to this:

Pressure <span class="value">$rnd($current.press, 1)</span>
$unitstr('press',$units.press)

Jordi Puigsegur Figueras

unread,
Feb 15, 2012, 4:20:55 PM2/15/12
to wfrog...@googlegroups.com
Hi,

Thanks for reporting the bug. I've just commited the patch you proposed and is now available in the svn repositoire.

Jordi.

2012/2/14 ed <eclu...@frontier.com>
Reply all
Reply to author
Forward
0 new messages