From 8525495720f56f16761be74c93eb4dd4b27f234b Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 10 Feb 2022 21:04:52 -0600 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 e36bd44..51a43b2 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -129,7 +129,7 @@ The following **optional** `homeSpan` methods enable additional features and pro * if *s* contains an invalid code, an error will be reported and the code will *not* be saved. Instead, the currently-stored Pairing Code (or the HomeSpan default Pairing Code if no code has been stored) will be used * :exclamation: SECURTY WARNING: Hardcoding a device's Pairing Code into your sketch is considered a security risk and is **not** recommended. Instead, use one of the more secure methods provided by HomeSpan, such as typing 'S \' from the CLI, or launching HomeSpan's Access Point, to set your Pairing Code without hardcoding it into your sketch -* `deleteStoredValues()` +* `void deleteStoredValues()` * deletes the value settings of all stored Characteristics from the NVS * `void setSketchVersion(const char *sVer)`