Skip to content

Commit 1251d9c

Browse files
committed
THIS IS THE CODE ACTUALLY USED AT CUSTOMER SITE
1 parent 6ba5581 commit 1251d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lexxpluss_main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class manual_switch {
146146
if (now_filtered_sw == 1) {
147147
if (elapsed_ms > 10000) {
148148
state = STATE::LONG_PUSHED;
149-
}else if (elapsed_ms > 3000){
149+
}else if (elapsed_ms > 100){
150150
state = STATE::PUSHED;
151151
}
152152
} else if (now_filtered_sw == 0) {

0 commit comments

Comments
 (0)