Skip to content

Commit 643c3d9

Browse files
authored
Merge pull request #17 from nomakewan/jsonfix
Update library.json
2 parents 82508f9 + be419bf commit 643c3d9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

library.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
"homepage": "https://github.com/gpstar81/GPStarAudio-Serial-Library",
1818
"export": {
1919
"exclude": [
20-
"linux",
2120
"images",
2221
"instruction manuals"
2322
]
2423
},
24+
"license": "GPL-3.0-or-later",
2525
"frameworks": "arduino",
2626
"platforms": "*",
27+
"headers": "GPStarAudio.h",
2728
"examples": "examples/*/*.ino"
28-
}
29+
}

0 commit comments

Comments
 (0)