This commit is contained in:
smayzy 2026-03-02 22:57:03 +01:00
parent eb9a43984f
commit 5fd8fa2b61

View File

@ -78,7 +78,7 @@ void loop() {
}
current_time = millis();
if( current_time - previous_time >= timing){
if (current_time - previous_time >= timing) {
previous_time = current_time;
lcd.setCursor(0, 0);
lcd.print("Vitesse = ");