PowerAnalyzer/.piolibdeps/ESPAsyncTCP_ID305/library.json
Carsten Schmiemann 0748877113 Update gitignore
2018-08-29 00:24:09 +02:00

23 lines
435 B
JSON

{
"name":"ESPAsyncTCP",
"description":"Asynchronous TCP Library for ESP8266",
"keywords":"async,tcp",
"authors":
{
"name": "Hristo Gochkov",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/me-no-dev/ESPAsyncTCP.git"
},
"version": "1.2.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libCompatMode": 2
}
}