From 1c43796e892e24b814dfcc33b96cfa7f0fbe354a Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 13 Jul 2018 22:01:04 -0700 Subject: [PATCH] Add missing required fields to library.properties When a required field is missing from library.properties the Arduino IDE does not recognize the library: - Sketch > Include Library > Add .ZIP Library fails silently. - Compilation of any code that includes the library fails. - After manual installation, "Invalid library" warnings are shown every time the libraries are scanned. - Library Manager index inclusion request is blocked. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format --- library.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library.properties b/library.properties index 20edbff..42dc3c6 100644 --- a/library.properties +++ b/library.properties @@ -3,5 +3,7 @@ version=0.0.1+arduino-1 author=Jacques Michiels maintainer=Jacques Michiels sentence=Small library for non blocking control of a led. +paragraph= category=Display +url=https://github.com/smartmakers/wave architectures=*