Skip to content

Commit 4e1ca9b

Browse files
committed
Update to AsyncTCP 3.4.7
Bugfix on 3.4.6
1 parent a9f52a1 commit 4e1ca9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

platformio.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ lib_deps =
140140
IRremoteESP8266 @ 2.8.2
141141
makuna/NeoPixelBus @ 2.8.3
142142
#https://github.com/makuna/NeoPixelBus.git#CoreShaderBeta
143-
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.1
143+
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2
144144
# for I2C interface
145145
;Wire
146146
# ESP-NOW library
@@ -259,7 +259,7 @@ large_partitions = tools/WLED_ESP32_8MB.csv
259259
extreme_partitions = tools/WLED_ESP32_16MB_9MB_FS.csv
260260
lib_deps =
261261
https://github.com/lorol/LITTLEFS.git
262-
esp32async/AsyncTCP @ 3.4.6
262+
esp32async/AsyncTCP @ 3.4.7
263263
${env.lib_deps}
264264
# additional build flags for audioreactive
265265
AR_build_flags = -D USERMOD_AUDIOREACTIVE
@@ -283,7 +283,7 @@ build_flags = -g
283283
-DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
284284
-D WLED_ENABLE_DMX_INPUT
285285
lib_deps =
286-
esp32async/AsyncTCP @ 3.4.6
286+
esp32async/AsyncTCP @ 3.4.7
287287
https://github.com/someweisguy/esp_dmx.git#47db25d
288288
${env.lib_deps}
289289
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
@@ -304,7 +304,7 @@ build_flags = -g
304304
;; 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:
305305
;; ARDUINO_USB_CDC_ON_BOOT
306306
lib_deps =
307-
esp32async/AsyncTCP @ 3.4.6
307+
esp32async/AsyncTCP @ 3.4.7
308308
${env.lib_deps}
309309
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
310310

@@ -323,7 +323,7 @@ build_flags = -g
323323
;; 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:
324324
;; ARDUINO_USB_CDC_ON_BOOT
325325
lib_deps =
326-
esp32async/AsyncTCP @ 3.4.6
326+
esp32async/AsyncTCP @ 3.4.7
327327
${env.lib_deps}
328328
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
329329

@@ -343,7 +343,7 @@ build_flags = -g
343343
;; 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:
344344
;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT
345345
lib_deps =
346-
esp32async/AsyncTCP @ 3.4.6
346+
esp32async/AsyncTCP @ 3.4.7
347347
${env.lib_deps}
348348
board_build.partitions = ${esp32.large_partitions} ;; default partioning for 8MB flash - can be overridden in build envs
349349

0 commit comments

Comments
 (0)