From dc04a63f7cf4eb0b953a3b968c06f3267f918120 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 15 Mar 2024 20:04:42 +0100 Subject: [PATCH] Upgrade ESP Async WebServer from 2.7.0 to 2.8.1 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 88e5ec3f5..4b34c07c7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -36,7 +36,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESP Async WebServer @ 2.7.0 + mathieucarbou/ESP Async WebServer @ 2.8.1 bblanchon/ArduinoJson @ ^6.21.5 https://github.com/bertmelis/espMqttClient.git#v1.6.0 nrf24/RF24 @ ^1.4.8