From 499f8726415810ecab1bd99753eb79b6dd63eb95 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 14 Oct 2024 19:42:33 +0200 Subject: [PATCH] Upgrade ESPAsyncWebServer from 3.3.14 to 3.3.15 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c39c5c93..f0bfa3b7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -41,7 +41,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESPAsyncWebServer @ 3.3.14 + mathieucarbou/ESPAsyncWebServer @ 3.3.15 bblanchon/ArduinoJson @ 7.2.0 https://github.com/bertmelis/espMqttClient.git#v1.7.0 nrf24/RF24 @ 1.4.9