mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-29 09:20:56 +02:00
Allow back 8266
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"espressif32"
|
"espressif32",
|
||||||
|
"espressif8266"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
|
@@ -6,5 +6,5 @@ sentence=Asynchronous HTTP and WebSocket Server Library for ESP32
|
|||||||
paragraph=Supports: WebSocket, SSE, Authentication, Arduino Json 7, File Upload, Static File serving, URL Rewrite, URL Redirect, etc
|
paragraph=Supports: WebSocket, SSE, Authentication, Arduino Json 7, File Upload, Static File serving, URL Rewrite, URL Redirect, etc
|
||||||
category=Other
|
category=Other
|
||||||
url=https://github.com/mathieucarbou/ESPAsyncWebServer
|
url=https://github.com/mathieucarbou/ESPAsyncWebServer
|
||||||
architectures=esp32
|
architectures=8
|
||||||
license=LGPL-3.0
|
license=LGPL-3.0
|
||||||
|
Reference in New Issue
Block a user