From fdfc4749d31e05d2b170f9e035e5fc2df0c1369a Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 1 Jul 2023 17:39:55 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f416c69..a22d689 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht * the process for retrieving the time and date from an NTP server upon booting now runs in the background as a separate task * HomeSpan is no longer blocked from running during the NTP query + +* **Adds new methods to disable HomeSpan's use of the USB Serial port** + + * new Log Level, -1, causes HomeSpan to suppress all OUTPUT messages + * new homeSpan method, `setSerialInputDisable(boolean val)` disables/re-enables HomeSpan's reading of CLI commands INPUT into the Arduino Serial Monitor See [Releases](https://github.com/HomeSpan/HomeSpan/releases) for details on all changes and bug fixes included in this update.