From 9033bcf9f6a0288a68e4e5a7aa897b9ab3fac95d Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 27 Jul 2018 13:48:50 -0700 Subject: [PATCH] Add paragraph field to library.properties Missing paragraph field causes the Arduino IDE to display a warning whenever Library or Boards Manager is opened or a board from a different hardware package is selected: Invalid library found in E:\arduino\libraries\EtherCard: Missing 'paragraph' from library --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index 8d29802..be6a18f 100644 --- a/library.properties +++ b/library.properties @@ -3,6 +3,7 @@ version=1.0.0 author=Jean-Claude Wippler maintainer=Nicholas Humfrey sentence=EtherCard is an IPv4 driver for the ENC28J60 chip. +paragraph= category=Communication url=https://github.com/njh/EtherCard architectures=avr