From 108bdbf77360aa043cda02bb1d70f3e631e5aef7 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Tue, 28 May 2024 22:07:49 +0200 Subject: [PATCH] Set architectures=esp8266,esp32 in library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 0d7e42b..cae3199 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=* +architectures=esp8266,esp32 license=LGPL-3.0