2018-04-22 16:26:08 +02:00
|
|
|
{
|
|
|
|
"name":"WiFiConfig",
|
|
|
|
"description":"Web based WiFi part configuration for the ESP8266 SoC",
|
2018-07-05 13:57:21 +02:00
|
|
|
"keywords":"wifi, configuration",
|
2018-04-22 16:26:08 +02:00
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Pavel Brychta",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://git.xpablo.cz/pablo2048/WiFiConfig.git"
|
|
|
|
},
|
2018-07-20 08:22:28 +02:00
|
|
|
"version": "5.9",
|
2018-04-22 16:26:08 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "espressif8266",
|
|
|
|
"build": {
|
|
|
|
"libCompatMode": 2
|
|
|
|
}
|
|
|
|
}
|