Add and remove libs and components for Arduino Core 3 (#400)
* Add and remove libs and components for Arduino Core 3 * Add back NimBLE-Arduino in resources
This commit is contained in:
22
lib/ESPAsyncTCP-esphome/library.json
Normal file
22
lib/ESPAsyncTCP-esphome/library.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name":"ESPAsyncTCP-esphome",
|
||||
"description":"Asynchronous TCP Library for ESP8266",
|
||||
"keywords":"async,tcp",
|
||||
"authors":
|
||||
{
|
||||
"name": "Hristo Gochkov",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/esphome/ESPAsyncTCP.git"
|
||||
},
|
||||
"version": "2.0.0",
|
||||
"license": "LGPL-3.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif8266",
|
||||
"build": {
|
||||
"libCompatMode": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user