Skip to content

Commit

Permalink
Update to AsyncTCP 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmmiles committed Aug 27, 2024
1 parent 9ac8265 commit 72d3788
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand All @@ -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]
Expand All @@ -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]
Expand All @@ -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}


Expand Down

0 comments on commit 72d3788

Please sign in to comment.