Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yasheena authored Oct 23, 2017
1 parent 9d71dac commit fdf58d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Collect \<minSize\> characters before sending a telnet block:
```
SerialAndTelnet.setMinBlockSize(uint16_t minSize);
```
Wait <colTime> ms before sending a telnet block if its size is less than <minSize> (defined by setMinBlockSize):
Wait \<colTime\> ms before sending a telnet block if its size is less than \<minSize\> (defined by setMinBlockSize):
```
SerialAndTelnet.setCollectingTime(uint16_t colTime);
```
Send telnet data in chunks of maximum <maxSize>:
Send telnet data in chunks of maximum \<maxSize\>:
```
SerialAndTelnet.setMaxBlockSize(uint16_t maxSize);
```
Expand Down

0 comments on commit fdf58d7

Please sign in to comment.