From eea2c44aae4b04a0c231e58e9f47be187e0291cd Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 28 Oct 2023 17:32:54 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84bd1ee..5535699 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,12 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht * **New Web Log Customizations** - * 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 + * adds new *homeSpan* 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* + * adds new *homeSpan* 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