Skip to content

Commit

Permalink
Some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arosspope committed Dec 24, 2023
1 parent 24a7e23 commit c76ce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ fn main() -> anyhow::Result<()> {
wifi.poll()?;

if let Ok(mut t) = ticker.lock() {
// Advance the scrolling display
t.tick();

std::thread::sleep(std::time::Duration::from_millis(t.speed_ms as u64));
}
}
Expand Down

0 comments on commit c76ce06

Please sign in to comment.