From 8e0e87daf9746e5f302b24d3ef43db51c8ae6748 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 9 Jan 2021 13:05:46 -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 f13213e..8bcb35c 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -30,8 +30,8 @@ The following **optional** `homeSpan` methods override various HomeSpan initiali * sets the ESP32 pin to use for the HomeSpan Control Button (default=21) * `void setStatusPin(uint8_t pin)` - * sets the ESP32 pin to use for the HomeSpan Status LED (default=LED_BUILTIN) - + * 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)` * sets the SSID (network name) of the HomeSpan Setup Access Point (default="HomeSpan-Setup")