From 5f7f7f72d21378f5b0c814e9a33c451563a291e0 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 18 Dec 2023 15:44:05 -0800 Subject: [PATCH] Update the properties file so the linter is happier --- library.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index 032ccd8..71ed364 100644 --- a/library.properties +++ b/library.properties @@ -1,11 +1,11 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code name=ESP32-OTA version=0.1.6 -author=Scott Baker -maintainer=Scott Baker +author=Scott Baker +maintainer=Scott Baker 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 +category=Device Control url=https://github.com/scottchiefbaker/ESP-WebOTA architectures=esp32,esp8266 includes=WebOTA.h