Skip to content

Commit

Permalink
Add required paragraph field to library.properties
Browse files Browse the repository at this point in the history
When the paragraph 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
  • Loading branch information
per1234 authored Aug 3, 2018
1 parent 098f7b3 commit 373d185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version=1.0.0
author=Syonyk
maintainer=Syonyk
sentence=MingHeBuckConverter is a software serial interface to the MingHe DPS6015 serial buck converter and related equipment.
paragraph=
category=Communication
url=https://github.com/Syonyk/MingHeBuckConverter
architectures=avr

0 comments on commit 373d185

Please sign in to comment.