add small delay
This commit is contained in:
@@ -35,4 +35,5 @@ void loop() {
|
||||
line += c;
|
||||
}
|
||||
}
|
||||
delay(100);
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -35,4 +35,5 @@ void loop() {
|
||||
line += c;
|
||||
}
|
||||
}
|
||||
delay(100);
|
||||
}
|
||||