This commit is contained in:
Laurent Claude 2023-10-20 23:19:54 +02:00
parent 62211f3226
commit fa3ef62e00

View File

@ -130,7 +130,7 @@ void loop() {
} // if } // if
} }
if (!digitalRead(ENCROT_BP) && (currentMillis - LastReadBP > 250)){ if (!digitalRead(ENCROT_BP) && (currentMillis - LastReadBP > 850)){
LastReadBP = currentMillis; LastReadBP = currentMillis;
statutDecompte = !statutDecompte; statutDecompte = !statutDecompte;
if (statutDecompte) { if (statutDecompte) {