mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Revert "Fix for serialEvent example"
This reverts commit 4648330a7febbd7b7f4d28b75a0256b25b751532.
This commit is contained in:
parent
75520c4175
commit
ef25a2b308
@ -28,7 +28,6 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
serialEvent(); //call the function
|
||||
// print the string when a newline arrives:
|
||||
if (stringComplete) {
|
||||
Serial.println(inputString);
|
||||
|
Loading…
x
Reference in New Issue
Block a user