Set architectures=esp8266,esp32 in library.properties

This commit is contained in:
Mathieu Carbou
2024-05-28 22:07:49 +02:00
parent 99dec2fb37
commit 108bdbf773

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=* architectures=esp8266,esp32
license=LGPL-3.0 license=LGPL-3.0