We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b50cfb9 + 98da28a commit fd3ec25Copy full SHA for fd3ec25
libraries/Bridge/examples/ConsoleRead/ConsoleRead.ino
@@ -53,6 +53,8 @@ void loop() {
53
else { // if the buffer is empty Cosole.read() returns -1
54
name += c; // append the read char from Console to the name string
55
}
56
+ } else {
57
+ delay(100);
58
59
60
0 commit comments