mirror of
https://gitlab.com/wirelos/sprocket-network-wifi.git
synced 2025-12-14 20:56:39 +01:00
initial commit
This commit is contained in:
25
library.json
Normal file
25
library.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "sprocket-plugin-template",
|
||||
"keywords": "sprocket, plugin",
|
||||
"description": "Template for a sprocket plugin",
|
||||
"authors":
|
||||
{
|
||||
"name": "Patrick Balsiger",
|
||||
"email": "patrick.balsiger@wirelos.net",
|
||||
"url": "https://gitlab.com/0x1d"
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.com/wirelos/sprocket-plugin-template"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif8266, esp32",
|
||||
"examples": "examples/*",
|
||||
"export": {
|
||||
"exclude":
|
||||
[
|
||||
"src/examples/"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user