You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
425 B
23 lines
425 B
3 years ago
|
{
|
||
|
"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.1.1",
|
||
|
"license": "LGPL-3.0",
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": "espressif32",
|
||
|
"build": {
|
||
|
"libCompatMode": 2
|
||
|
}
|
||
|
}
|