X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=loop.pl;h=f19b48041a62a784bfdee996e2a47b347c4be082;hb=04af13055d99ef1db7da3bd7ae6600b3ca709ea8;hp=02a463a7d3f1569eda6f6065b4a6cf4e1007e2ad;hpb=9b87b2428a5050fb2fd2803d0d568ca916365738;p=dweather.git diff --git a/loop.pl b/loop.pl index 02a463a..f19b480 100755 --- a/loop.pl +++ b/loop.pl @@ -355,7 +355,7 @@ sub process $temp = nearest(0.1, f2c(unpack("s", substr $blk,12,2) / 10)); $h{Temp_Out} = $temp; - if ($temp > 75 || $temp < -75) { + if ($temp > 60 || $temp < -60) { dbg "LOOP Temperature out of range ($temp), record ignored"; return; }