From cbcb6797d06a5e4c1b95972924fe7578e83c3a78 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 8 Jul 2025 20:43:03 +0200 Subject: [PATCH] Upgrade ESP32Async/ESPAsyncWebServer from 3.7.7 to 3.7.9 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 2501e504..5f20b1d2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -49,7 +49,7 @@ build_unflags = -std=gnu++11 lib_deps = - ESP32Async/ESPAsyncWebServer @ 3.7.7 + ESP32Async/ESPAsyncWebServer @ 3.7.9 bblanchon/ArduinoJson @ 7.4.2 https://github.com/bertmelis/espMqttClient.git#v1.7.0 nrf24/RF24 @ 1.4.11