WiFiConfig/library.json

23 lines
452 B
JSON

{
"name":"WiFiConfig",
"description":"Web based WiFi part configuration for the ESP8266 SoC",
"keywords":"wifi, configuration",
"authors":
{
"name": "Pavel Brychta",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "http://git.xpablo.cz/pablo2048/WiFiConfig.git"
},
"version": "5.9",
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libCompatMode": 2
}
}