From 2421b8d1b1c66cebe905ab9f2ac27ba8c38e075c Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 28 Oct 2023 17:13:24 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 006db2e..84bd1ee 100644 --- a/README.md +++ b/README.md @@ -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.