From 8c087f452e46c6610599615e4481d875c6bafaaf Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 27 Oct 2023 20:49:37 +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 0933aad..b55281f 100644 --- a/toos-dashboard/src-tauri/src/animation.rs +++ b/toos-dashboard/src-tauri/src/animation.rs @@ -123,6 +123,6 @@ fn stage_two() { let _ = serial::write_serial(format!("SET_LED_OFF;").as_str()); let _ = serial::write_serial(format!("SET_STRIP_COLOR:0,0,0;").as_str()); - thread::sleep(Duration::from_millis(5000)); + thread::sleep(Duration::from_millis(1000)); let _ = serial::write_serial(format!("SET_LIGHT:255;").as_str()); }