diff --git a/platformio.ini b/platformio.ini index c1011be4a..b969322a9 100644 --- a/platformio.ini +++ b/platformio.ini @@ -205,11 +205,12 @@ lib_deps = build_flags = -g -DARDUINO_ARCH_ESP32 -DCONFIG_LITTLEFS_FOR_IDF_3_2 + -D CONFIG_ASYNC_TCP_USE_WDT=0 lib_deps = ${env.lib_deps} makuna/NeoPixelBus @ 2.6.7 - AsyncTCP @ 1.0.3 + https://github.com/pbolduc/AsyncTCP.git [esp32s2] build_flags = -g @@ -217,11 +218,13 @@ build_flags = -g -DCONFIG_LITTLEFS_FOR_IDF_3_2 -DARDUINO_ARCH_ESP32S2 -DCONFIG_IDF_TARGET_ESP32S2 + -D CONFIG_ASYNC_TCP_USE_WDT=0 + -DCO lib_deps = ${env.lib_deps} makuna/NeoPixelBus @ 2.6.7 - AsyncTCP @ 1.0.3 + https://github.com/pbolduc/AsyncTCP.git # ------------------------------------------------------------------------------ # WLED BUILDS