From 23431457b73f6222b8e5fdfe5dffed7d990e56ec Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 27 Oct 2023 20:39:31 +0200 Subject: [PATCH] Update toos-dashboard/src-tauri/src/animation.rs --- toos-dashboard/src-tauri/src/animation.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toos-dashboard/src-tauri/src/animation.rs b/toos-dashboard/src-tauri/src/animation.rs index f23b8fa..0933aad 100644 --- a/toos-dashboard/src-tauri/src/animation.rs +++ b/toos-dashboard/src-tauri/src/animation.rs @@ -122,4 +122,7 @@ fn stage_two() { thread::sleep(Duration::from_millis(200)); 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)); + let _ = serial::write_serial(format!("SET_LIGHT:255;").as_str()); }