Files
ESP3D/libraries/AsyncTCP/library.json
2018-07-04 18:56:39 +02:00

20 lines
405 B
JSON

{
"name":"AsyncTCP",
"description":"Asynchronous TCP Library for ESP32",
"keywords":"async,tcp",
"authors":
{
"name": "Hristo Gochkov",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/me-no-dev/AsyncTCP.git"
},
"version": "1.0.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif32", "espressif32_stage"]
}