diff --git a/toos-dashboard/src-tauri/src/animation.rs b/toos-dashboard/src-tauri/src/animation.rs index b55281f..76ba516 100644 --- a/toos-dashboard/src-tauri/src/animation.rs +++ b/toos-dashboard/src-tauri/src/animation.rs @@ -33,7 +33,7 @@ pub fn start() { play_sound(); - thread::sleep(Duration::from_millis(500)); + thread::sleep(Duration::from_millis(800)); let _ = serial::write_serial(format!("SET_LIGHT:0;").as_str()); stage_one();