Skip to content

Commit

Permalink
ready for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Mar 12, 2023
1 parent f4c42de commit 087b58a
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 @@ -28,7 +28,7 @@ If you find this library helpful please consider giving it a ⭐️ at [GitHub](
* You can use `getIP()` to get the connected client's IP address
* You can manually disconnect the client via `disconnectClient()`
* The server detects whether a client has disconnected. It checks periodically (default: every 1000ms). 🆕
* You can define the interval to check via `setKeepAliveInterval(int ms)`
* You can define the interval to check via `setKeepAliveInterval(int ms)`. 🆕

### Callback Handlers

Expand Down Expand Up @@ -68,7 +68,7 @@ If you find this library helpful please consider giving it a ⭐️ at [GitHub](
telnet.println("(Use ^] + q to disconnect.)");
telnet.print(ansi.reset());
```

### Using it to Debug Code

* A common use case is to use it for debuging remote devices, where you might not have access to Serial. Thus I added a few macros to make debugging easier:
Expand Down

0 comments on commit 087b58a

Please sign in to comment.