From 7048f7684f4ad402138f030d45463f55bca28629 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 22 Jan 2021 22:04:01 -0600 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Reference.md b/docs/Reference.md index 6853999..b725400 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -32,10 +32,10 @@ The following **optional** `homeSpan` methods override various HomeSpan initiali * `void setStatusPin(uint8_t pin)` * sets the ESP32 pin to use for the HomeSpan Status LED (default=13). There is also a corresponding `getStatusPin()` method that returns this pin number -* `void setApSSID(char *ssid)` +* `void setApSSID(const char *ssid)` * sets the SSID (network name) of the HomeSpan Setup Access Point (default="HomeSpan-Setup") -* `void setApPassword(char *pwd)` +* `void setApPassword(const char *pwd)` * sets the password of the HomeSpan Setup Access Point (default="homespan") * `void setApTimeout(uint16_t nSec)`