PI: display: slower refresh rate

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-06-17 14:00:38 +02:00
parent 94371b781a
commit 7d2dedc561

View file

@ -149,7 +149,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
rate.update(get_chrony_ntp_hits());
std::thread::sleep(Duration::from_millis(100));
std::thread::sleep(Duration::from_millis(300));
}
Ok(())