Skip to content

Commit 6a01658

Browse files
committed
Use pbolduc fork of AsyncTCP
(fixing flicker with upstream AsyncTCP v1.1.1)
1 parent e80594d commit 6a01658

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

platformio.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,23 +205,26 @@ lib_deps =
205205
build_flags = -g
206206
-DARDUINO_ARCH_ESP32
207207
-DCONFIG_LITTLEFS_FOR_IDF_3_2
208+
-D CONFIG_ASYNC_TCP_USE_WDT=0
208209

209210
lib_deps =
210211
${env.lib_deps}
211212
makuna/NeoPixelBus @ 2.6.7
212-
AsyncTCP @ 1.0.3
213+
https://github.com/pbolduc/AsyncTCP.git
213214

214215
[esp32s2]
215216
build_flags = -g
216217
-DARDUINO_ARCH_ESP32
217218
-DCONFIG_LITTLEFS_FOR_IDF_3_2
218219
-DARDUINO_ARCH_ESP32S2
219220
-DCONFIG_IDF_TARGET_ESP32S2
221+
-D CONFIG_ASYNC_TCP_USE_WDT=0
222+
-DCO
220223

221224
lib_deps =
222225
${env.lib_deps}
223226
makuna/NeoPixelBus @ 2.6.7
224-
AsyncTCP @ 1.0.3
227+
https://github.com/pbolduc/AsyncTCP.git
225228

226229
# ------------------------------------------------------------------------------
227230
# WLED BUILDS

0 commit comments

Comments
 (0)