From 4d90347fd0e644f08eb2be1a5a2c0c77ebe70c29 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Sun, 19 Jun 2022 10:34:13 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20max.=20displayed=20temperature=20to=2040?= =?UTF-8?q?=20=C2=B0C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... --- src/bin/display_all.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/display_all.rs b/src/bin/display_all.rs index 1238346..b64c27b 100644 --- a/src/bin/display_all.rs +++ b/src/bin/display_all.rs @@ -103,7 +103,7 @@ fn main() { let mut max = hour[hour.len() - 2]; //println!("min {} max {}", min, max); // sanity check value - if max > 300 { + if max > 400 { if vals.is_empty() { max = min; } else {