We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75a2d3 commit e40280aCopy full SHA for e40280a
1 file changed
nRFBox_V2/blackout.cpp
@@ -53,7 +53,7 @@ volatile bool ChangeRequested1 = false;
53
volatile bool ChangeRequested2 = false;
54
55
unsigned long lastPressTime = 0;
56
-const unsigned long debounceDelay = 100;
+const unsigned long debounceDelay = 200;
57
58
59
void IRAM_ATTR handleButton() {
0 commit comments