Skip to content

Commit

Permalink
THIS IS THE CODE ACTUALLY USED AT CUSTOMER SITE
Browse files Browse the repository at this point in the history
  • Loading branch information
shujima committed Apr 12, 2024
1 parent 6ba5581 commit 1251d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexxpluss_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class manual_switch {
if (now_filtered_sw == 1) {
if (elapsed_ms > 10000) {
state = STATE::LONG_PUSHED;
}else if (elapsed_ms > 3000){
}else if (elapsed_ms > 100){
state = STATE::PUSHED;
}
} else if (now_filtered_sw == 0) {
Expand Down

0 comments on commit 1251d9c

Please sign in to comment.