mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-12-16 23:54:08 +00:00
Other ETH lib
This commit is contained in:
parent
3ce1df2136
commit
c295017495
70 changed files with 21645 additions and 67 deletions
38
lib/AsyncWebServer_ESP32_W5500/library.json
Normal file
38
lib/AsyncWebServer_ESP32_W5500/library.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name":"AsyncWebServer_ESP32_W5500",
|
||||
"version": "1.6.4",
|
||||
"description":"Asynchronous HTTP and WebSocket Server Library for (ESP32 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks",
|
||||
"keywords":"http, async, async-webserver, websocket, webserver, esp32, w5500, lwip",
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
"name": "Hristo Gochkov",
|
||||
"url": "https://github.com/me-no-dev"
|
||||
},
|
||||
{
|
||||
"name": "Khoi Hoang",
|
||||
"url": "https://github.com/khoih-prog",
|
||||
"email": "khoih.prog@gmail.com",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500"
|
||||
},
|
||||
"dependencies":
|
||||
[
|
||||
{
|
||||
"owner": "me-no-dev",
|
||||
"name": "AsyncTCP",
|
||||
"version": "^1.1.1",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
],
|
||||
"license": "LGPL-3.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["espressif32"],
|
||||
"examples": "examples/*/*/*.ino",
|
||||
"headers": ["AsyncWebServer_ESP32_W5500.h"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue