We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82508f9 + be419bf commit 643c3d9Copy full SHA for 643c3d9
1 file changed
library.json
@@ -17,12 +17,13 @@
17
"homepage": "https://github.com/gpstar81/GPStarAudio-Serial-Library",
18
"export": {
19
"exclude": [
20
- "linux",
21
"images",
22
"instruction manuals"
23
]
24
},
+ "license": "GPL-3.0-or-later",
25
"frameworks": "arduino",
26
"platforms": "*",
27
+ "headers": "GPStarAudio.h",
28
"examples": "examples/*/*.ino"
- }
29
+}
0 commit comments