From 5a1d4946fb8ede1100bf4249281b79714f0a0eee Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 16 Sep 2024 18:37:51 +0200 Subject: [PATCH] Upgrade ESPAsyncWebServer from 3.2.0 to 3.3.1 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c8c8631f2..7a8924f46 100644 --- a/platformio.ini +++ b/platformio.ini @@ -39,7 +39,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESPAsyncWebServer @ 3.2.0 + mathieucarbou/ESPAsyncWebServer @ 3.3.1 bblanchon/ArduinoJson @ 7.1.0 https://github.com/bertmelis/espMqttClient.git#v1.7.0 nrf24/RF24 @ 1.4.9