You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ version=1.0.1
3
3
author=UnexpectedMaker
4
4
maintainer=UnexpectedMaker
5
5
sentence=A library to display numbers and letters on Neo7Segment displays.
6
-
paragraph=A library to display numbers and letters on Neo7Segment displays or neopixel type strips constructed like a 7 segment display. The library can be used to both display and animate the viuals in many different ways.
6
+
paragraph=Can also be used with neopixel type strips constructed like a 7 segment display. The library can be used to both display and animate the visuals in many different ways.
0 commit comments