From 5902103669ec4ec622dc30612ee978f76191093f Mon Sep 17 00:00:00 2001 From: sadykowich Date: Thu, 13 Sep 2018 23:28:54 +0200 Subject: [PATCH] Create library.properties (#5129) 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 000000000..6dfd16ed2 --- /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