You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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)