Compare commits

..

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

View File

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