WiFiConfig/library.json

23 lines
481 B
JSON
Raw Normal View History

2018-04-22 16:26:08 +02:00
{
"name":"WiFiConfig",
2018-11-20 16:40:15 +01:00
"description":"Web based WiFi part configuration for the ESP8266 and ESP32 SoC",
"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"
},
"version": "6.3.2",
2018-04-22 16:26:08 +02:00
"license": "MIT",
"frameworks": "arduino",
2018-11-20 16:40:15 +01:00
"platforms": ["espressif8266", "espressif32"],
2018-04-22 16:26:08 +02:00
"build": {
"libCompatMode": 2
}
}