Files
AsyncTCP/library.json
T
2023-09-01 14:12:55 +12:00

21 lines
443 B
JSON

{
"name": "AsyncTCP-esphome",
"description": "Asynchronous TCP Library for ESP32",
"keywords": "async,tcp",
"authors": {
"name": "Hristo Gochkov",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/esphome/AsyncTCP.git"
},
"version": "2.0.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif32", "libretiny"],
"build": {
"libCompatMode": 2
}
}