Merge branch 'master' of git.interhacker.space:corpsmoderne/lazer_rust

This commit is contained in:
Lapin Raving 2023-06-08 22:45:10 +02:00
commit 256599095f
2 changed files with 29 additions and 13 deletions

View file

@ -72,9 +72,8 @@ fn run_all() -> LJResult<()> {
let frame = get_next_frame(&config, &transformers,
&mut rs, order == Order::Black)?;
// For now, draw all the time
tracer.draw(frame, 1000)?;
tracer.draw(frame, 10_000)?;
}
info!("Exiting, stoping device.");