23 lines
482 B
JSON
23 lines
482 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"
|
|
},
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266", "espressif32"],
|
|
"build": {
|
|
"libCompatMode": 2
|
|
}
|
|
}
|