Compare commits
No commits in common. "main" and "dev_D1Mini" have entirely different histories.
main
...
dev_D1Mini
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user