add small delay

This commit is contained in:
smayzy
2026-05-16 21:26:53 +02:00
parent d9f7332824
commit b7fde78367
+2 -1
View File
@@ -35,4 +35,5 @@ void loop() {
line += c; line += c;
} }
} }
} delay(100);
}