mirror of
https://gitlab.com/wirelos/sprocket-plugin-rcswitch.git
synced 2025-12-14 05:56:48 +01:00
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"name": "sprocket-plugin-rcswitch",
|
|
"keywords": "sprocket, plugin",
|
|
"description": "Remote control RF switch 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-rcswitch"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266, esp32",
|
|
"examples": "examples/*",
|
|
"export": {
|
|
"exclude":
|
|
[
|
|
"src/examples/"
|
|
]
|
|
}
|
|
} |