From 72d37889c4f99bbb2e38e4e5fe7867e61e19d2d0 Mon Sep 17 00:00:00 2001 From: Will Miles Date: Tue, 27 Aug 2024 13:45:33 -0400 Subject: [PATCH] Update to AsyncTCP 1.3.0 --- platformio.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platformio.ini b/platformio.ini index 3324cff94a..0adb31cfbe 100644 --- a/platformio.ini +++ b/platformio.ini @@ -224,7 +224,7 @@ large_partitions = tools/WLED_ESP32_8MB.csv extreme_partitions = tools/WLED_ESP32_16MB_9MB_FS.csv lib_deps = https://github.com/lorol/LITTLEFS.git - willmmiles/AsyncTCP @ 1.2.2 + willmmiles/AsyncTCP @ 1.3.0 ${env.lib_deps} # additional build flags for audioreactive AR_build_flags = -D USERMOD_AUDIOREACTIVE @@ -244,7 +244,7 @@ build_flags = -g -D CONFIG_ASYNC_TCP_USE_WDT=0 -DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3 lib_deps = - willmmiles/AsyncTCP @ 1.2.2 + willmmiles/AsyncTCP @ 1.3.0 ${env.lib_deps} [esp32s2] @@ -262,7 +262,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_CDC_ON_BOOT lib_deps = - willmmiles/AsyncTCP @ 1.2.2 + willmmiles/AsyncTCP @ 1.3.0 ${env.lib_deps} [esp32c3] @@ -279,7 +279,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_CDC_ON_BOOT lib_deps = - willmmiles/AsyncTCP @ 1.2.2 + willmmiles/AsyncTCP @ 1.3.0 ${env.lib_deps} [esp32s3] @@ -297,7 +297,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 = - willmmiles/AsyncTCP @ 1.2.2 + willmmiles/AsyncTCP @ 1.3.0 ${env.lib_deps}