WiFiConfig/library.json
2018-06-03 16:46:40 +02:00

23 lines
451 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.5",
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libCompatMode": 2
}
}