From 119b7b18e65449cda497b4ca4b9c43e991236f50 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 10 Jun 2024 21:44:33 +0200 Subject: [PATCH] Upgrade ESP Async WebServer from 2.10.6 to 2.10.8 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index d4d01ecdc..987f8b4db 100644 --- a/platformio.ini +++ b/platformio.ini @@ -38,7 +38,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESP Async WebServer @ 2.10.6 + mathieucarbou/ESP Async WebServer @ 2.10.8 bblanchon/ArduinoJson @ 7.0.4 https://github.com/bertmelis/espMqttClient.git#v1.7.0 nrf24/RF24 @ 1.4.8