Add ZKNS-001 support, HID reliability fix

This commit is contained in:
Marc Riera 2023-04-23 23:20:53 +02:00
parent 029f5c7af3
commit 97a561f644
10 changed files with 256 additions and 114 deletions

View file

@ -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(());