mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
24 lines
455 B
JSON
24 lines
455 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.1.1",
|
|
"license": "LGPL-3.0",
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"espressif32",
|
|
"libretiny"
|
|
],
|
|
"build": {
|
|
"libCompatMode": 2
|
|
}
|
|
}
|