From 1f25997c1615ec8dc3a27dfbfed2f6b80c0f794e Mon Sep 17 00:00:00 2001 From: sadykowich Date: Thu, 13 Sep 2018 22:44:56 +0200 Subject: [PATCH] Create library.properties (#5128) This file need to using this library in Eclipes CDT Arduino. Without this file the library manager doesn't listing this library. --- libraries/ESP8266LLMNR/library.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/ESP8266LLMNR/library.properties diff --git a/libraries/ESP8266LLMNR/library.properties b/libraries/ESP8266LLMNR/library.properties new file mode 100644 index 000000000..e2658181c --- /dev/null +++ b/libraries/ESP8266LLMNR/library.properties @@ -0,0 +1,10 @@ +name=ESP8266LLMNR +version=1.0 +author=swarren@wwwdotorg.org +maintainer=swarren@wwwdotorg.org +sentence=ESP8266 LLMNR (Link-Local Multicast Name Resolution) +paragraph=This is a simple implementation of an LLMNR responder the ESP8266 Arduino package. Only support for advertizing a single hostname is currently implemented. +category=Communication +url= +architectures=esp8266 +dot_a_linkage=true