From 03f594e334e4c94c0ad9109c555858e4e143fd1c Mon Sep 17 00:00:00 2001 From: sadykowich Date: Wed, 12 Sep 2018 13:43:28 +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/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 0000000000..e2658181cd --- /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