From 940027ab19b62428ab54ad34271ba7f8210860ae Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 18 Dec 2024 19:31:56 +0100 Subject: [PATCH] Upgrade ESPAsyncWebServer from 3.4.1 to 3.4.2 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 84ce9a0..3f8d158 100644 --- a/platformio.ini +++ b/platformio.ini @@ -42,7 +42,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESPAsyncWebServer @ 3.4.1 + mathieucarbou/ESPAsyncWebServer @ 3.4.2 bblanchon/ArduinoJson @ 7.2.1 https://github.com/bertmelis/espMqttClient.git#v1.7.0 nrf24/RF24 @ 1.4.10