Update Reference.md

This commit is contained in:
HomeSpan 2021-01-09 13:05:46 -06:00 committed by GitHub
parent dff13d4b08
commit 8e0e87daf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ 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")