ESP3D/libraries/AsyncTCP/library.json
Luc df51e025ce Fix compilation for Async
Update library for ESP32 async
2019-03-19 14:22:17 +01:00

23 lines
425 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.3",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"libCompatMode": 2
}
}