From e7a9c96b724f29f4dad91beb8bb8027620e8c44d Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 3 Apr 2024 23:11:30 +0200 Subject: [PATCH] Upgrade ESP Async WebServer from 2.8.1 to 2.9.0 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 1f072bf..06e663c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -37,7 +37,7 @@ build_unflags = -std=gnu++11 lib_deps = - mathieucarbou/ESP Async WebServer @ 2.8.1 + mathieucarbou/ESP Async WebServer @ 2.9.0 bblanchon/ArduinoJson @ ^6.21.5 https://github.com/bertmelis/espMqttClient.git#v1.6.0 nrf24/RF24 @ ^1.4.8