Small fix...

This commit is contained in:
Johannes Findeisen 2022-11-29 04:49:08 +01:00
commit a047580155

View file

@ -77,6 +77,7 @@ void loop() {
default:
break;
}
count = 0; // reset the counter
// reset the counter
count = 0;
}
}