2024-05-14 13:21:01 +02:00
parent 8890e2851c
commit e2bc8b4dc8
13 changed files with 105 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ESP Async WebServer",
"version": "2.7.0",
"version": "2.9.5",
"description": "Asynchronous HTTP and WebSocket Server Library for ESP32. Supports: WebSocket, SSE, Authentication, Arduino Json 7, File Upload, Static File serving, URL Rewrite, URL Redirect, etc.",
"keywords": "http,async,websocket,webserver",
"homepage": "https://github.com/mathieucarbou/ESPAsyncWebServer",
@@ -20,13 +20,14 @@
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": [
"espressif32"
"espressif32",
"espressif8266"
],
"dependencies": [
{
"owner": "esphome",
"name": "AsyncTCP-esphome",
"version": "^2.1.1",
"owner": "mathieucarbou",
"name": "Async TCP",
"version": "^3.1.2",
"platforms": "espressif32"
},
{