Update to AsyncTCP 3.4.7

Bugfix on 3.4.6
This commit is contained in:
Will Miles
2025-08-02 15:49:47 -04:00
committed by Frank
parent 86dda32d11
commit 832c0c4bf4

View File

@@ -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}