add 2 day forecast, blue -(ve) temperature
[dweather.git] / loop.pl
diff --git a/loop.pl b/loop.pl
index 02a463a7d3f1569eda6f6065b4a6cf4e1007e2ad..f19b48041a62a784bfdee996e2a47b347c4be082 100755 (executable)
--- 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;
                }