From 5af7e67de7735a5da30aaa8ff09fdff5a2697a47 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 30 May 2024 00:11:57 +0200 Subject: [PATCH] Upgrade ESP Async WebServer from 2.9.5 to 2.10.0 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index b96ecaf..e846f49 100644 --- a/platformio.ini +++ b/platformio.ini @@ -38,7 +38,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESP Async WebServer @ 2.9.5 + mathieucarbou/ESP Async WebServer @ 2.10.0 bblanchon/ArduinoJson @ 7.0.4 https://github.com/bertmelis/espMqttClient.git#v1.7.0 nrf24/RF24 @ 1.4.8