From 9f497f7f616343c43d1ede0961a4b0ec18d4a602 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 11 Feb 2022 09:16:12 -0600 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference.md b/docs/Reference.md index dc4290e..77e8b89 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -378,7 +378,7 @@ Note that Custom Characteristics must be created prior to calling `homeSpan.begi * `void homeSpan.setMaxConnections(uint8_t nCon)` * this legacy method was used to set the total number of HAP Controller Connections HomeSpan implements upon start-up to ensure there are still free sockets available for user-defined code requiring separate network resources - * last supported version: [v1.4.2](https://github.com/HomeSpan/HomeSpan/blob/release-1.2.0/docs/Reference.md) + * last supported version: [v1.4.2](https://github.com/HomeSpan/HomeSpan/blob/release-1.4.2/docs/Reference.md) * this method has been replaced by the more flexible method, `reserveSocketConnections(uint8_t nSockets)` * allows you to simply reserve network sockets for other custom code as needed * upon calling `homespan.begin()`, HomeSpan automatically determines how many sockets are left that it can use for HAP Controller Connections