Merge branch 'release-1.9.0' of https://github.com/HomeSpan/HomeSpan into release-1.9.0

This commit is contained in:
Gregg 2024-02-16 22:35:23 -06:00
commit ff850eb367
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 * without encryption increases the maximum number of allowed SpanPoint devices from 7 to 20
* see [SpanPoint](docs/NOW.md) for details * 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. See [Releases](https://github.com/HomeSpan/HomeSpan/releases) for details on all changes and bug fixes included in this update.
# HomeSpan Resources # HomeSpan Resources