30 lines
635 B
JSON
30 lines
635 B
JSON
{
|
|
"name":"WiFiConfig",
|
|
"description":"Web based WiFi part configuration for the ESP8266 and ESP32 SoC",
|
|
"keywords":"wifi, configuration",
|
|
"authors":
|
|
{
|
|
"name": "Pavel Brychta",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.xpablo.cz/pablo2048/WiFiConfig.git"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name":"encString",
|
|
"version":"https://git.xpablo.cz/xPablo.cz/encString.git"
|
|
}
|
|
],
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266", "espressif32"],
|
|
"build": {
|
|
"libCompatMode": 2,
|
|
"libLDFMode": "deep"
|
|
}
|
|
}
|