PI: display: slower refresh rate
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
94371b781a
commit
7d2dedc561
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
}
|
}
|
||||||
|
|
||||||
rate.update(get_chrony_ntp_hits());
|
rate.update(get_chrony_ntp_hits());
|
||||||
std::thread::sleep(Duration::from_millis(100));
|
std::thread::sleep(Duration::from_millis(300));
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Reference in a new issue