From 4bfbd8612af7eb30f59b890be03d1977f4b4a56e Mon Sep 17 00:00:00 2001 From: sadykowich Date: Wed, 12 Sep 2018 13:42:42 +0200 Subject: [PATCH] Create library.properties This file need to using this library in Eclipes CDT Arduino. Without this file the library manager doesn't listing this library. --- libraries/ESP8266SSDP/library.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/ESP8266SSDP/library.properties diff --git a/libraries/ESP8266SSDP/library.properties b/libraries/ESP8266SSDP/library.properties new file mode 100644 index 0000000000..6dfd16ed2b --- /dev/null +++ b/libraries/ESP8266SSDP/library.properties @@ -0,0 +1,10 @@ +name=ESP8266SSDP +version=1.0 +author=Hristo Gochkov +maintainer=Hristo Gochkov +sentence=ESP8266 Simple Service Discovery library +paragraph= +category=Communication +url= +architectures=esp8266 +dot_a_linkage=true