From 832c0c4bf4fa6625f8abac74d1dbbb1de6a7a776 Mon Sep 17 00:00:00 2001 From: Will Miles Date: Sat, 2 Aug 2025 15:49:47 -0400 Subject: [PATCH] Update to AsyncTCP 3.4.7 Bugfix on 3.4.6 --- platformio.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platformio.ini b/platformio.ini index a1b8e5b0..1aaaeb0c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -251,7 +251,7 @@ lib_deps = ;; https://github.com/softhack007/FastLED.git#ESP32-C6 ;; patched version needed for -C6 IRremoteESP8266 @ 2.8.2 ;;makuna/NeoPixelBus @ 2.7.5 ;; WLEDMM will be added in board specific sections - https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.1 + https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2 bitbank2/AnimatedGIF@^1.4.7 https://github.com/Aircoookie/GifDecoder#bc3af18 #For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line @@ -373,7 +373,7 @@ build_flagsV4 = -g ;;; V4.4.x libraries (without LOROL_LITTLEFS; with newer NeoPixelBus) lib_depsV4 = - esp32async/AsyncTCP @ 3.4.6 + esp32async/AsyncTCP @ 3.4.7 makuna/NeoPixelBus @ 2.7.5 ;; makuna/NeoPixelBus @ 2.7.9 ;; experimental ${common_mm.HUB75_lib_deps} @@ -404,7 +404,7 @@ build_flags = -g ; -D WLEDMM_SLOWPATH ;; don't use I2S for LED bus default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv lib_deps = - esp32async/AsyncTCP @ 3.4.6 + esp32async/AsyncTCP @ 3.4.7 makuna/NeoPixelBus @ 2.7.5 ;; makuna/NeoPixelBus @ 2.7.9 ;; experimental ${env.lib_deps} @@ -437,7 +437,7 @@ build_flags = -g ;; ARDUINO_USB_CDC_ON_BOOT lib_deps = - esp32async/AsyncTCP @ 3.4.6 + esp32async/AsyncTCP @ 3.4.7 ;; makuna/NeoPixelBus @ 2.7.5 ;; standard makuna/NeoPixelBus @ 2.7.9 ;; experimental - reduces LED glitches on -S2 ${env.lib_deps} @@ -460,7 +460,7 @@ build_flags = -g ;; ARDUINO_USB_CDC_ON_BOOT lib_deps = - esp32async/AsyncTCP @ 3.4.6 + esp32async/AsyncTCP @ 3.4.7 makuna/NeoPixelBus @ 2.7.5 ;; makuna/NeoPixelBus @ 2.7.9 ;; experimental ${env.lib_deps} @@ -484,7 +484,7 @@ build_flags = -g ;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry: ;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT lib_deps = - esp32async/AsyncTCP @ 3.4.6 + esp32async/AsyncTCP @ 3.4.7 makuna/NeoPixelBus @ 2.7.5 ;; makuna/NeoPixelBus @ 2.7.9 ;; experimental ${env.lib_deps}