Allow back 8266

This commit is contained in:
Mathieu Carbou
2024-03-15 08:49:00 +01:00
parent 5862e135ac
commit 52ee4e1393
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
"license": "LGPL-3.0", "license": "LGPL-3.0",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": [ "platforms": [
"espressif32" "espressif32",
"espressif8266"
], ],
"dependencies": [ "dependencies": [
{ {

View File

@@ -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