Update README.md

This commit is contained in:
HomeSpan 2024-02-16 22:27:23 -06:00 committed by GitHub
parent b8f06e3687
commit 5c8eb95f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,12 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht
* without encryption increases the maximum number of allowed SpanPoint devices from 7 to 20
* see [SpanPoint](docs/NOW.md) for details
* **Other new *homeSpan* methods included in this release:**
* `Span& setVerboseWifiReconnect()` - optionally suppresses "Trying to connect to..." messages
* `Span& setWifiCallbackAll()` - provides an optional callback every time WiFi is connected *or re-connected*
* `TaskHandle_t getAutoPollTask()` - returns the Task Handle for the HomeSpan Auto Poll Task
See [Releases](https://github.com/HomeSpan/HomeSpan/releases) for details on all changes and bug fixes included in this update.
# HomeSpan Resources