mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
20 lines
391 B
JSON
20 lines
391 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.1.1",
|
|
"license": "LGPL-3.0",
|
|
"frameworks": "arduino",
|
|
"platforms":"espressif8266"
|
|
}
|