Update toos-dashboard/src-tauri/src/animation.rs

This commit is contained in:
xeovalyte 2023-10-28 08:43:55 +02:00
parent 8c087f452e
commit 17a3b82d5c

@ -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();