Update Reference.md
This commit is contained in:
parent
1dfd66bf25
commit
49e3786618
|
|
@ -78,6 +78,10 @@ The following **optional** `homeSpan` methods override various HomeSpan initiali
|
|||
* the default OTA password for new HomeSpan devices is "homespan-ota"
|
||||
* this can be changed via the [HomeSpan CLI](CLI.md) using the 'O' command
|
||||
|
||||
* `void enableAutoStartAP()`
|
||||
* enables automatic start-up of WiFi Access Point if WiFi Credentials are **not** found at boot time
|
||||
* methods to alter the behavior the Access Point, such as `setApTimeout()` must be called prior to `enableAutoStartAP()` to have an effect
|
||||
|
||||
* `void setSketchVersion(const char *sVer)`
|
||||
* sets the version of a HomeSpan sketch to *sVer*, which can be any arbitrary character string
|
||||
* if unspecified, HomeSpan uses "n/a" as the default version text
|
||||
|
|
|
|||
Loading…
Reference in New Issue