From d3b134fe90ef302c82747518547a110da95e5494 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 6 May 2024 19:49:15 +0200 Subject: [PATCH] Upgrade ESP Async WebServer from 2.9.4 to 2.9.5 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 38d543045..afd6a67f8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -38,7 +38,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESP Async WebServer @ 2.9.4 + mathieucarbou/ESP Async WebServer @ 2.9.5 bblanchon/ArduinoJson @ 7.0.4 https://github.com/bertmelis/espMqttClient.git#v1.6.0 nrf24/RF24 @ 1.4.8