Skip to content

Commit 3f90366

Browse files
authored
Merge pull request wled#4796 from willmmiles/asynctcp-update
Update AsyncTCP (and AsyncWebServer)
2 parents e3653ba + f74d145 commit 3f90366

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ lib_deps =
142142
IRremoteESP8266 @ 2.8.2
143143
makuna/NeoPixelBus @ 2.8.3
144144
#https://github.com/makuna/NeoPixelBus.git#CoreShaderBeta
145-
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.0
145+
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2
146146
# for I2C interface
147147
;Wire
148148
# ESP-NOW library
@@ -234,11 +234,12 @@ lib_deps_compat =
234234

235235
[esp32_all_variants]
236236
lib_deps =
237-
willmmiles/AsyncTCP @ 1.3.1
237+
esp32async/AsyncTCP @ 3.4.7
238238
bitbank2/AnimatedGIF@^1.4.7
239239
https://github.com/Aircoookie/GifDecoder#bc3af18
240240
build_flags =
241241
-D CONFIG_ASYNC_TCP_USE_WDT=0
242+
-D CONFIG_ASYNC_TCP_STACK_SIZE=8192
242243
-D WLED_ENABLE_GIF
243244

244245
[esp32]

0 commit comments

Comments
 (0)