Skip to content

Commit 4fabbdd

Browse files
jnovonjCopilot
andauthored
Update examples/ChargenServer/ChargenServer.ino
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1154ea1 commit 4fabbdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ChargenServer/ChargenServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const size_t PATTERN_LENGTH_FULL = 95;
4444
AsyncServer* AsyncServerChargen = nullptr;
4545
// This is the pointer to the single connected client
4646
AsyncClient* AsyncClientChargen = nullptr;
47-
// This is the pointer to the stream of data.
47+
// Tracks the current position in the pattern rotation for the Chargen protocol.
4848
size_t startIndex = 0;
4949

5050

0 commit comments

Comments
 (0)