Skip to content

Commit 2e1696f

Browse files
committed
Merge pull request #3203 from agdl/SerialEventFix
Added missing function call to serialEvent example
2 parents 1759836 + 4648330 commit 2e1696f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/shared/examples/04.Communication/SerialEvent/SerialEvent.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ void setup() {
2828
}
2929

3030
void loop() {
31+
serialEvent(); //call the function
3132
// print the string when a newline arrives:
3233
if (stringComplete) {
3334
Serial.println(inputString);

0 commit comments

Comments
 (0)