Skip to content

Commit eccec05

Browse files
authored
fix(uart): typo error message in commentary
1 parent 81a3906 commit eccec05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP32/examples/Serial/onReceiveExample/onReceiveExample.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
// global variable to keep the results from onReceive()
5757
String uart_buffer = "";
5858
// The Modbus RTU standard prescribes a silent period corresponding to 3.5 characters between each
59-
// message, to be able fo figure out where one message ends and the next one starts.
59+
// message, to be able to figure out where one message ends and the next one starts.
6060
const uint32_t modbusRxTimeoutLimit = 4;
6161
const uint32_t baudrate = 19200;
6262

0 commit comments

Comments
 (0)