Update README.md

This commit is contained in:
HomeSpan 2023-10-28 17:13:24 -05:00 committed by GitHub
parent dee9491089
commit 2421b8d1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -64,8 +64,14 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht
* **New Web Log Customizations**
* adds new method `setWebLogCallback(void (*f)(String &))` that provides a callback allowing you to extend the initial Web Log table with additional data of your own, as well as add an other custom HTML
* adds new method `setWebLogCallback(void (*func)(String &))` that provides a callback allowing you to extend the initial Web Log table with additional data of your own, as well as add an other custom HTML
* see [Message Logging](docs/Logging.md) for details
* **New WiFi Callback Mechanism**
* adds new method `setWifiCallbackAll(void (*func)(int))` that provides a callback every time WiFi is established, *or re-established after a disconnect*
* passes the number of times WiFi has been connected/re-connected as an argument
* see [API Reference](docs/Reference.md) for details
See [Releases](https://github.com/HomeSpan/HomeSpan/releases) for details on all changes and bug fixes included in this update.