From 48a7bcf46f4c01bd0919025c0bf4f080ec4a7523 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 26 May 2018 07:06:22 -0700 Subject: [PATCH] Replace redundant paragraph text in 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 ca82c9e..3c01168 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 double LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809) -paragraph=Arduino library for double LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809) +paragraph=Each two LEDs build one unit, meaning they are handled as one LED in this special Library. category=Display url=https://github.com/bracci/LPD8806DBL architectures=*