Skip to content

Commit

Permalink
Add required paragraph field to library.properties
Browse files Browse the repository at this point in the history
Missing paragraph field causes the Arduino IDE to display a warning whenever the library is compiled or Library/Boards Manager is opened/closed:

Invalid library found in E:\arduino\libraries\serde: Missing 'paragraph' from library

This also results in the library's examples not being shown in the File > Examples menu. With older versions of the Arduino IDE, it caused compilation of the library to fail.
  • Loading branch information
per1234 authored Jul 2, 2019
1 parent 8d402a8 commit 79c0712
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=0.1.0
author=Francois Best
maintainer=Francois Best <[email protected]>
sentence=Exchange structured data between Arduino boards
paragraph=
category=Communication
url=https://github.com/FortySevenEffects/serde
architectures=*
Expand Down

0 comments on commit 79c0712

Please sign in to comment.