From 8c97cb1038c609cbdb1296497b60fb9219772069 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 28 Mar 2022 18:41:49 -0500 Subject: [PATCH] Update Logging.md --- docs/Logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Logging.md b/docs/Logging.md index a524956..211879e 100644 --- a/docs/Logging.md +++ b/docs/Logging.md @@ -1,4 +1,4 @@ -# Over-the-Air (OTA) Updates +# Message Logging HomeSpan supports Over-the-Air (OTA) updates, which allows you to *wirelessly* upload sketches directly from the Arduino IDE - no serial connection needed. To activate this feature for your sketch, simply call the method `homeSpan.enableOTA()` prior to calling `homeSpan.begin()`.