Update README.md

This commit is contained in:
HomeSpan 2023-07-01 17:39:55 -05:00 committed by GitHub
parent 7f512984b3
commit fdfc4749d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,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.
# HomeSpan Resources