Skip to content

Commit e27fa88

Browse files
committed
Move CONFIG_ASYNC_TCP_USE_WDT=0 to new esp32_all_variants
1 parent 7c05914 commit e27fa88

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

platformio.ini

+1-6
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ lib_deps =
244244
bitbank2/AnimatedGIF@^1.4.7
245245
https://github.com/Aircoookie/GifDecoder#bc3af18
246246
build_flags =
247+
-D CONFIG_ASYNC_TCP_USE_WDT=0
247248
-D WLED_ENABLE_GIF
248249

249250
[esp32]
@@ -254,7 +255,6 @@ build_unflags = ${common.build_unflags}
254255
build_flags = -g
255256
-DARDUINO_ARCH_ESP32
256257
#-DCONFIG_LITTLEFS_FOR_IDF_3_2
257-
-D CONFIG_ASYNC_TCP_USE_WDT=0
258258
#use LITTLEFS library by lorol in ESP32 core 1.x.x instead of built-in in 2.x.x
259259
-D LOROL_LITTLEFS
260260
; -DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
@@ -289,7 +289,6 @@ build_unflags = ${common.build_unflags}
289289
build_flags = -g
290290
-Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one
291291
-DARDUINO_ARCH_ESP32 -DESP32
292-
-D CONFIG_ASYNC_TCP_USE_WDT=0
293292
-DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
294293
${esp32_all_variants.build_flags}
295294
-D WLED_ENABLE_DMX_INPUT
@@ -307,7 +306,6 @@ build_flags = -g
307306
-DARDUINO_ARCH_ESP32
308307
-DARDUINO_ARCH_ESP32S2
309308
-DCONFIG_IDF_TARGET_ESP32S2=1
310-
-D CONFIG_ASYNC_TCP_USE_WDT=0
311309
-DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=0
312310
-DCO
313311
-DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 !
@@ -327,7 +325,6 @@ build_flags = -g
327325
-DARDUINO_ARCH_ESP32
328326
-DARDUINO_ARCH_ESP32C3
329327
-DCONFIG_IDF_TARGET_ESP32C3=1
330-
-D CONFIG_ASYNC_TCP_USE_WDT=0
331328
-DCO
332329
-DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C3
333330
;; 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:
@@ -348,7 +345,6 @@ build_flags = -g
348345
-DARDUINO_ARCH_ESP32
349346
-DARDUINO_ARCH_ESP32S3
350347
-DCONFIG_IDF_TARGET_ESP32S3=1
351-
-D CONFIG_ASYNC_TCP_USE_WDT=0
352348
-DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_DFU_ON_BOOT=0
353349
-DCO
354350
;; 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:
@@ -646,7 +642,6 @@ build_flags = ${common.build_flags} ${esp32s2.build_flags} -D WLED_RELEASE_NAME=
646642
-DBOARD_HAS_PSRAM
647643
-DLOLIN_WIFI_FIX ; seems to work much better with this
648644
-D WLED_WATCHDOG_TIMEOUT=0
649-
-D CONFIG_ASYNC_TCP_USE_WDT=0
650645
-D DATA_PINS=16
651646
-D HW_PIN_SCL=35
652647
-D HW_PIN_SDA=33

0 commit comments

Comments
 (0)