Skip to content

Commit e40280a

Browse files
authored
v2.5.0
1 parent f75a2d3 commit e40280a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nRFBox_V2/blackout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ volatile bool ChangeRequested1 = false;
5353
volatile bool ChangeRequested2 = false;
5454

5555
unsigned long lastPressTime = 0;
56-
const unsigned long debounceDelay = 100;
56+
const unsigned long debounceDelay = 200;
5757

5858

5959
void IRAM_ATTR handleButton() {

0 commit comments

Comments
 (0)