change(config): increase delay between button presses

This commit is contained in:
Naxdy 2024-03-30 08:10:12 +01:00
parent 26d957f6f3
commit 39ee31eb0f
Signed by untrusted user: Naxdy
GPG key ID: CC15075846BCE91B

View file

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