From 2234ac97039a21eb6c471b0c584c43379e974c0c Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 2 Oct 2024 10:32:58 +0200 Subject: [PATCH] Upgrade ESPAsyncWebServer from 3.3.1 to 3.3.7 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 8211126..2b3a4c9 100644 --- a/platformio.ini +++ b/platformio.ini @@ -41,7 +41,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESPAsyncWebServer @ 3.3.1 + mathieucarbou/ESPAsyncWebServer @ 3.3.7 bblanchon/ArduinoJson @ 7.2.0 https://github.com/bertmelis/espMqttClient.git#v1.7.0 nrf24/RF24 @ 1.4.9