Verze 3.1.1

This commit is contained in:
2024-07-18 17:31:53 +02:00
parent e0375a1fb6
commit 34ec983d80
18 changed files with 886 additions and 316 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ESP Async WebServer",
"version": "3.0.6",
"name": "ESPAsyncWebServer",
"version": "3.1.1",
"description": "Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040. 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",
@@ -27,8 +27,8 @@
"dependencies": [
{
"owner": "mathieucarbou",
"name": "Async TCP",
"version": "^3.1.4",
"name": "AsyncTCP",
"version": "^3.2.3",
"platforms": "espressif32"
},
{