From 23976e5f45cf79c31eeb55ad40d372ff728fcbf8 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 18 Feb 2023 22:32:47 -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 54a2912..d8719a1 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -109,7 +109,7 @@ The following **optional** `homeSpan` methods override various HomeSpan initiali The following **optional** `homeSpan` methods enable additional features and provide for further customization of the HomeSpan environment. Unless otherwise noted, calls **should** be made before `begin()` to take effect: -* `void enableOTA(boolean auth=true, boolean safeLoad=true)` +* `int enableOTA(boolean auth=true, boolean safeLoad=true)` * enables [Over-the-Air (OTA) Updating](OTA.md) of a HomeSpan device, which is otherwise disabled * HomeSpan OTA requires an authorizing password unless *auth* is specified and set to *false* * the default OTA password for new HomeSpan devices is "homespan-ota"