Compare commits
1 Commits
b450b4c9bd
...
f0389b8536
Author | SHA1 | Date |
---|---|---|
fluffy | f0389b8536 |
|
@ -11,7 +11,7 @@
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
//! Debounce time in milliseconds
|
//! Debounce time in milliseconds
|
||||||
constexpr int debounceTime = 50;
|
constexpr int debounceTime = 20;
|
||||||
|
|
||||||
//! Input button
|
//! Input button
|
||||||
struct Input {
|
struct Input {
|
||||||
|
|
Loading…
Reference in New Issue