Update serial.mdx

Fix code block closing
This commit is contained in:
rcarteraz 2023-07-18 21:44:06 -07:00 committed by GitHub
parent 79bba3290e
commit 699e82df9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,4 +292,5 @@ previousState = currentState; // update the previous state
}
delay(100); // small delay to avoid false sensor readings
}
}
```