We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f622b6 commit 072b0f2Copy full SHA for 072b0f2
1 file changed
C105SourceSwitcher/C105SourceSwitcher.ino
@@ -14,7 +14,7 @@ int iButtonState2 = 1;
14
int iButtonState3 = 1;
15
int iState = -1;
16
17
-int iDebounceDelay = 100;
+int iDebounceDelay = 500;
18
19
void setup() {
20
// initialize the button pins as inputs
0 commit comments