add small delay

This commit is contained in:
smayzy 2026-05-16 21:24:32 +02:00
parent d9f7332824
commit b7fde78367

View File

@ -35,4 +35,5 @@ void loop() {
line += c; line += c;
} }
} }
} delay(100);
}