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;