Lowered delay

This commit is contained in:
fvanroie 2020-05-25 19:50:29 +02:00
parent 9a0fb577e7
commit 5d18fb7e4a

View File

@ -183,5 +183,5 @@ void loop()
mainLastLoopTime += 1000;
}
delay(3);
delay(1);
}