Update toos-dashboard/src-tauri/src/animation.rs
All checks were successful
publish / publish-tauri (ubuntu-20.04) (push) Successful in 4m18s
All checks were successful
publish / publish-tauri (ubuntu-20.04) (push) Successful in 4m18s
This commit is contained in:
parent
8c087f452e
commit
17a3b82d5c
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user