forked from NaxdyOrg/NaxGCC-FW
change(config): increase delay between button presses
This commit is contained in:
parent
26d957f6f3
commit
39ee31eb0f
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ impl<'a> StickCalibrationProcess<'a> {
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
// Prevent accidental double presses
|
// Prevent accidental double presses
|
||||||
Timer::after_millis(20).await;
|
Timer::after_millis(500).await;
|
||||||
|
|
||||||
gcc_subscriber
|
gcc_subscriber
|
||||||
.wait_for_button_press(&AwaitableButtons::A)
|
.wait_for_button_press(&AwaitableButtons::A)
|
||||||
|
|
Loading…
Reference in a new issue