From b7fde78367d3f4334414dc1fa7bac1499edc50ab Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 16 May 2026 21:24:32 +0200 Subject: [PATCH] add small delay --- cocomobile-arduino/cocomobile-arduino.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cocomobile-arduino/cocomobile-arduino.ino b/cocomobile-arduino/cocomobile-arduino.ino index cc52b2c..1981537 100644 --- a/cocomobile-arduino/cocomobile-arduino.ino +++ b/cocomobile-arduino/cocomobile-arduino.ino @@ -35,4 +35,5 @@ void loop() { line += c; } } -} \ No newline at end of file + delay(100); +}