ESPAsyncTCP/library.json
2020-08-21 13:53:24 +02:00

23 lines
437 B
JSON

{
"name":"ESPAsyncTCP",
"description":"Asynchronous TCP Library for ESP8266",
"keywords":"async,tcp",
"authors":
{
"name": "Hristo Gochkov",
"maintainer": false
},
"repository":
{
"type": "git",
"url": "https://git.xpablo.cz/xPablo.cz/ESPAsyncTCP.git"
},
"version": "1.2.2",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libCompatMode": 2
}
}