From 744d1485812a723c3e81584a6cabfcfef0a4df11 Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Sat, 1 Nov 2025 19:35:31 +0100 Subject: [PATCH] Changed debounce delay --- include/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants.h b/include/constants.h index ac7d038..f908566 100644 --- a/include/constants.h +++ b/include/constants.h @@ -1,6 +1,6 @@ #pragma once -const int DEBOUNCE_DELAY = 35; +const int DEBOUNCE_DELAY = 250; const int USER_STEPS = 2; const int STAFF_STEPS = 16;