mirror of
https://github.com/FliegendeWurst/raspi-oled.git
synced 2024-11-08 13:20:37 +00:00
Bump max. displayed temperature to 40 °C
...
This commit is contained in:
parent
b732d09579
commit
4d90347fd0
@ -103,7 +103,7 @@ fn main() {
|
|||||||
let mut max = hour[hour.len() - 2];
|
let mut max = hour[hour.len() - 2];
|
||||||
//println!("min {} max {}", min, max);
|
//println!("min {} max {}", min, max);
|
||||||
// sanity check value
|
// sanity check value
|
||||||
if max > 300 {
|
if max > 400 {
|
||||||
if vals.is_empty() {
|
if vals.is_empty() {
|
||||||
max = min;
|
max = min;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user