Update the properties file so the linter is happier

This commit is contained in:
Scott Baker 2023-12-18 15:44:05 -08:00
parent 294ba8b385
commit 5f7f7f72d2

View File

@ -1,11 +1,11 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code
name=ESP32-OTA name=ESP32-OTA
version=0.1.6 version=0.1.6
author=Scott Baker <arduino@perturb.org> author=Scott Baker <github@perturb.org>
maintainer=Scott Baker <arduino@perturb.org> maintainer=Scott Baker <github@perturb.org>
sentence=Add an HTTP OTA interface to an existing 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. 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 url=https://github.com/scottchiefbaker/ESP-WebOTA
architectures=esp32,esp8266 architectures=esp32,esp8266
includes=WebOTA.h includes=WebOTA.h