Changed debounce delay
All checks were successful
Generate Documentation / build (push) Successful in 26s
All checks were successful
Generate Documentation / build (push) Successful in 26s
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user