From 64d5e43358f6d23ad66ebda1a8c4d206ce5ec5ee Mon Sep 17 00:00:00 2001 From: Robin Janssens Date: Sat, 23 Sep 2023 12:59:46 +0200 Subject: [PATCH] fixed typo in docs --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 0d6eb7d2..01a7667a 100644 --- a/index.md +++ b/index.md @@ -34,7 +34,7 @@ This library is released under the [MIT License](http://www.opensource.org/licen - Add `setBufferSize()` to override `MQTT_MAX_PACKET_SIZE` - Add `setKeepAlive()` to override `MQTT_KEEPALIVE` - - Add `setSocketTimeout()` to overide `MQTT_SOCKET_TIMEOUT` + - Add `setSocketTimeout()` to override `MQTT_SOCKET_TIMEOUT` - Added check to prevent subscribe/unsubscribe to empty topics - Declare wifi mode prior to connect in ESP example - Use `strnlen` to avoid overruns