8000 Create library.properties by sadykowich · Pull Request #5128 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Create library.properties #5128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 13, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
sadykowich authored Sep 12, 2018
commit 03f594e334e4c94c0ad9109c555858e4e143fd1c
10 changes: 10 additions & 0 deletions libraries/ESP8266LLMNR/library.properties
Original file line number Diff line number Diff line change
@@ -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
0