From 253d4339cebdb21ed98fc1eff3de70b250c76997 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Fri, 3 Mar 2023 15:47:24 -0800 Subject: [PATCH] Update properties for library --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 61873e7..cb4c3ec 100644 --- a/library.properties +++ b/library.properties @@ -3,8 +3,8 @@ name=ESP-WebOTA version=0.1.6 author=Scott Baker maintainer=Scott Baker -sentence=Add an HTTP OTA interface to an existing project -paragraph=Easily add an HTTP OTA update interface to your project +sentence=Add an HTTP OTA interface to an existing project. +paragraph=Do you need to update your MCU over WiFi? Is your project inaccessible via USB? Using WebOTA you update your device from anywhere that's WiFi accessible. category=Communication,Device Control url=https://github.com/scottchiefbaker/ESP-WebOTA architectures=esp32,esp8266