File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -205,23 +205,26 @@ lib_deps =
205205build_flags = -g
206206 -DARDUINO_ARCH_ESP32
207207 -DCONFIG_LITTLEFS_FOR_IDF_3_2
208+ -D CONFIG_ASYNC_TCP_USE_WDT =0
208209
209210lib_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]
215216build_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
221224lib_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
You can’t perform that action at this time.
0 commit comments