From 76b4ed1d7fe56a22e894b9440df886e625fb1f76 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 26 May 2018 18:35:33 -0700 Subject: [PATCH] Remove redundant paragraph text from library.properties The Arduino IDE's Library Manager displays the text defined in the library.properties paragraph field immediately after the sentence text so it's not desirable to duplicate the sentence text in paragraph. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index a1fbc26..717e1c3 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=1.0.0 author=Adafruit adapted by Manuel Bracher maintainer=Adafruit Manuel Bracher sentence=Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809) -paragraph=Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809) +paragraph= category=Display url=https://github.com/adafruit/LPD8806 architectures=*