Skip to content

Commit 072b0f2

Browse files
committed
Increase switching delay
1 parent 4f622b6 commit 072b0f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

C105SourceSwitcher/C105SourceSwitcher.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ int iButtonState2 = 1;
1414
int iButtonState3 = 1;
1515
int iState = -1;
1616

17-
int iDebounceDelay = 100;
17+
int iDebounceDelay = 500;
1818

1919
void setup() {
2020
// initialize the button pins as inputs

0 commit comments

Comments
 (0)