mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-29 01:10:55 +02:00
Allow back 8266
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"license": "LGPL-3.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": [
|
||||
"espressif32"
|
||||
"espressif32",
|
||||
"espressif8266"
|
||||
],
|
||||
"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
|
||||
category=Other
|
||||
url=https://github.com/mathieucarbou/ESPAsyncWebServer
|
||||
architectures=esp32
|
||||
architectures=8
|
||||
license=LGPL-3.0
|
||||
|
Reference in New Issue
Block a user