update libraries

This commit is contained in:
Proddy
2024-02-04 14:49:11 +01:00
parent afc34fc387
commit a580998f25
31 changed files with 5155 additions and 6896 deletions

23
lib/AsyncTCP/library.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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
}
}