From c36369a83ba36e25abd6e1f9b557ecf340adb18d Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 23 Apr 2024 18:49:52 +0200 Subject: [PATCH] Upgrade ESP Async WebServer from 2.9.0 to 2.9.3 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 48d9cf9..e0bf112 100644 --- a/platformio.ini +++ b/platformio.ini @@ -37,7 +37,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESP Async WebServer @ 2.9.0 + mathieucarbou/ESP Async WebServer @ 2.9.3 bblanchon/ArduinoJson @ ^7.0.4 https://github.com/bertmelis/espMqttClient.git#v1.6.0 nrf24/RF24 @ ^1.4.8