This commit is contained in:
kraus 2023-09-03 00:22:56 +02:00
commit 3977f5fb10
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ void loop(void) {
if ( draw_state >= 12*8 )
draw_state = 0;
// deley between each page
// delay between each page
delay(100);
}