Skip to content
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

Add missing libraries.properties #57

Open
AdamDemirel opened this issue Jun 5, 2020 · 0 comments
Open

Add missing libraries.properties #57

AdamDemirel opened this issue Jun 5, 2020 · 0 comments

Comments

@AdamDemirel
Copy link

Hi there, thanks for this library.

I just wanted to let you know that an error will now be encountered uploading this zip as a custom library without a library.properties file with the following metadata: https://arduino.github.io/arduino-cli/library-specification/#libraryproperties-file-format

Without it, the error [] library.properties not found is thrown

A minimal viable fix is a library.properties file with roughly the following:

name=Artnet-Master
version=1.0.0
author=Cristian Maglie <[email protected]>, Pippo Pluto <[email protected]>
maintainer=Cristian Maglie <[email protected]>
sentence=A library that makes coding a Webserver a breeze.
paragraph=Supports HTTP1.1 and you can do GET and POST.
category=Communication
url=http://example.com/
architectures=avr
includes=WebServer.h
depends=ArduinoHttpClient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant