From 63405a712c02ec26e8ec3a0ae1b2d160ae736398 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 7 Nov 2024 18:21:59 +0100 Subject: [PATCH] Upgrade ESPAsyncWebServer from 3.3.21 to 3.3.22 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 1c1964b4e..c1afca113 100644 --- a/platformio.ini +++ b/platformio.ini @@ -41,7 +41,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESPAsyncWebServer @ 3.3.21 + mathieucarbou/ESPAsyncWebServer @ 3.3.22 bblanchon/ArduinoJson @ 7.2.0 https://github.com/bertmelis/espMqttClient.git#v1.7.0 nrf24/RF24 @ 1.4.10