From e83477a5c4a7b1203c96abcae08ac25b0164e640 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 31 May 2018 22:50:55 -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 a7ece83..2a51acc 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=0.9.0 author=Reef maintainer=Renzo Mischianti sentence=Arduino/ESP8266 library for PCF8574 -paragraph=Arduino/ESP8266 library for PCF8574 +paragraph=Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01). category=Sensors url=https://github.com/xreef/PCF8574_library architectures=*