mirror of
https://github.com/marcriera/ddgo-pnp-controller.git
synced 2025-04-29 21:37:04 +02:00
Add ZKNS-001 support, HID reliability fix
This commit is contained in:
parent
029f5c7af3
commit
97a561f644
10 changed files with 256 additions and 114 deletions
|
@ -39,7 +39,7 @@ fn main() -> Result<()> {
|
|||
set_rumble(controller_state.rumble);
|
||||
|
||||
// Wait between cycles
|
||||
sleep(Duration::from_millis(20));
|
||||
sleep(Duration::from_millis(5));
|
||||
}
|
||||
}
|
||||
return Result::Ok(());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue