feat: double chase speed

This commit is contained in:
Luca 2024-04-20 19:49:27 +02:00
parent ffc970b03e
commit c3fea7441d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ fn main() -> ! {
let _ = b.set_duty(*b_duty);
}
delay.delay_millis(200u32);
delay.delay_millis(100u32);
}
loop {}