Update toos-dashboard/src-tauri/src/animation.rs
All checks were successful
publish / publish-tauri (ubuntu-20.04) (push) Successful in 4m18s

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

View File

@ -33,7 +33,7 @@ pub fn start() {
play_sound(); play_sound();
thread::sleep(Duration::from_millis(500)); thread::sleep(Duration::from_millis(800));
let _ = serial::write_serial(format!("SET_LIGHT:0;").as_str()); let _ = serial::write_serial(format!("SET_LIGHT:0;").as_str());
stage_one(); stage_one();