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.
22 lines
425 B
22 lines
425 B
{ |
|
"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 |
|
} |
|
}
|
|
|