Artnet icon indicating copy to clipboard operation
Artnet copied to clipboard

Add missing libraries.properties

Open AdamDemirel opened this issue 4 years ago • 0 comments

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

AdamDemirel avatar Jun 05 '20 05:06 AdamDemirel