From 33ba8c509aacd11051550631486c96b8828d230a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Niederpr=C3=BCm?= Date: Sat, 25 Apr 2020 23:26:58 +0200 Subject: [PATCH] Add library.properties file --- library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..9f41337 --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=ESPWebDAV +version=1.0.0 +author=ardyesp +maintainer=ardyesp +sentence=With this library you can easily build a WebDAV server with your ESP8266 or ESP32. +paragraph=Read and write data to your SD card from any WebDAV-enabled client on the the network. +category=Communication +url=https://github.com/ardyesp/ESPWebDAV +architectures=esp8266,esp32 \ No newline at end of file