From 52ee4e1393d8db61e6dd11eb82e57642d25ea53b Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 15 Mar 2024 08:49:00 +0100 Subject: [PATCH] Allow back 8266 --- library.json | 3 ++- library.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 987e3ee..1c1ed79 100644 --- a/library.json +++ b/library.json @@ -20,7 +20,8 @@ "license": "LGPL-3.0", "frameworks": "arduino", "platforms": [ - "espressif32" + "espressif32", + "espressif8266" ], "dependencies": [ { diff --git a/library.properties b/library.properties index 5078f9f..79ebd58 100644 --- a/library.properties +++ b/library.properties @@ -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