forked from NaxdyOrg/NaxGCC-FW
change(calibrate): reduce double-press timer
This commit is contained in:
parent
5f2fdc60ec
commit
1acb78ec79
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ impl<'a> StickCalibrationProcess<'a> {
|
|||
.await;
|
||||
|
||||
// Prevent accidental double presses
|
||||
Timer::after_millis(500).await;
|
||||
Timer::after_millis(100).await;
|
||||
|
||||
gcc_subscriber
|
||||
.wait_for_button_press(&AwaitableButtons::A)
|
||||
|
|
Loading…
Reference in a new issue