diff --git a/sketch/sketch.ino b/sketch/sketch.ino index 9d74673..0d41cc7 100644 --- a/sketch/sketch.ino +++ b/sketch/sketch.ino @@ -121,5 +121,5 @@ void setup() { } void loop() { - delay(1000); + delay(10); }