From 17a3b82d5cd73f3c6c69e40ac4d9768391afc686 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sat, 28 Oct 2023 08:43:55 +0200 Subject: [PATCH] Update toos-dashboard/src-tauri/src/animation.rs --- toos-dashboard/src-tauri/src/animation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();