explanatory comment

pull/1105/head
Jesse Vincent 3 years ago
parent 62f668fd25
commit 5c7ffe6383
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -63,6 +63,7 @@ EventHandlerResult FocusSerial::afterEachCycle() {
break; break;
} }
} }
// End of command processing is signalled with a CRLF followed by a single period
Runtime.serialPort().println(F("\r\n.")); Runtime.serialPort().println(F("\r\n."));

Loading…
Cancel
Save