Changed debounce delay
All checks were successful
Generate Documentation / build (push) Successful in 26s

This commit is contained in:
2025-11-01 19:35:31 +01:00
parent 0cc6f49130
commit 744d148581

View File

@@ -1,6 +1,6 @@
#pragma once #pragma once
const int DEBOUNCE_DELAY = 35; const int DEBOUNCE_DELAY = 250;
const int USER_STEPS = 2; const int USER_STEPS = 2;
const int STAFF_STEPS = 16; const int STAFF_STEPS = 16;