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