From fa05738ff60cbf89b815c63ff6e73a469ae99777 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 29 Oct 2023 10:17:06 -0500 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 97bfdba..7d75b12 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -157,7 +157,7 @@ The following **optional** `homeSpan` methods enable additional features and pro * :warning: SECURITY WARNING: The purpose of this function is to allow advanced users to *dynamically* set the device's WiFi Credentials using a customized Access Point function specified by `setApFunction(func)`. It it NOT recommended to use this function to hardcode your WiFi SSID and password directly into your sketch. Instead, use one of the more secure methods provided by HomeSpan, such as typing 'W' from the CLI, or launching HomeSpan's Access Point, to set your WiFi credentials without hardcoding them into your sketch * `Span& setVerboseWifiReconnect(bool verbose)` - * when trying connecting to WiFi, HomeSpan normally logs "Trying to connect..." messages to the Serial Monitor and the Web Log + * when trying connecting to WiFi, HomeSpan normally logs "Trying to connect to..." messages to the Serial Monitor and the Web Log * calling this method with *verbose* set to *false* supresses these messages * calling this method a second time with *verbose* set to *true* re-activates these messages (default behavior)