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