fallback
This commit is contained in:
parent
62211f3226
commit
fa3ef62e00
@ -130,7 +130,7 @@ void loop() {
|
||||
} // if
|
||||
}
|
||||
|
||||
if (!digitalRead(ENCROT_BP) && (currentMillis - LastReadBP > 250)){
|
||||
if (!digitalRead(ENCROT_BP) && (currentMillis - LastReadBP > 850)){
|
||||
LastReadBP = currentMillis;
|
||||
statutDecompte = !statutDecompte;
|
||||
if (statutDecompte) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user