From 6f7ac93d84fbc3a6b40e3833f98f422eb8fdd9f3 Mon Sep 17 00:00:00 2001 From: Will Miles Date: Mon, 1 Apr 2024 11:25:31 -0400 Subject: [PATCH] Update to AsyncWebServer v2.2.1 Fix use-after-free issue and slightly improve code size. Note that the version is changed to a hard pin, so future updates can be validated before getting picked up by new clones, and old version builds are reproducible. --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 0e09b499b2..c65805622d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -143,7 +143,7 @@ lib_deps = fastled/FastLED @ 3.6.0 IRremoteESP8266 @ 2.8.2 makuna/NeoPixelBus @ 2.7.9 - https://github.com/Aircoookie/ESPAsyncWebServer.git @ ^2.2.0 + https://github.com/Aircoookie/ESPAsyncWebServer.git @ 2.2.1 # for I2C interface ;Wire # ESP-NOW library