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