From effe8e596514f3cc2d6a76c9f8d83580aecae56f Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 11 Feb 2022 15:49:37 -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 77e8b89..73e0f57 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -63,7 +63,7 @@ The following **optional** `homeSpan` methods override various HomeSpan initiali * `void reserveSocketConnections(uint8_t nSockets)` * reserves *nSockets* network sockets for uses **other than** by the HomeSpan HAP Server for HomeKit Controller Connections - * for sketches compiled under Arduino-ESP32 v2.0.2, HomeSpan reserves 14 sockets for HAP Controller Connections + * for sketches compiled under Arduino-ESP32 v2.0.1 or later, HomeSpan reserves 14 sockets for HAP Controller Connections * each call to `reserveSocketConnections(nSockets)` reduces this number by *nSockets* * use this method if you add code to a sketch that requires its own socket connections (e.g. a separate web service, an MQTT server, etc.) * multiple calls to this method are allowed - the number of sockets reserved will be the sum of *nSockets* across all calls