Compare commits

..

No commits in common. "main" and "dev_D1Mini" have entirely different histories.

View File

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