Skip to content

Commit 31cca47

Browse files
authored
disable TWOPATH as default flag
needs more testing - may bring flickering back ....
1 parent a0514bb commit 31cca47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platformio.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ build_flags = -g
305305
-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=9472 ;; WLEDMM increase stack by 1.25Kb, as audioreactive needs bigger SETTINGS_STACK_BUF_SIZE
306306
#use LITTLEFS library by lorol in ESP32 core 1.x.x instead of built-in in 2.x.x
307307
-D LOROL_LITTLEFS
308-
-D WLEDMM_TWOPATH ;; use I2S1 as the second bus --> ~15% faster on "V3" builds
308+
; -D WLEDMM_TWOPATH ;; use I2S1 as the second bus --> ~15% faster on "V3" builds - may flicker a bit more
309309
; -D WLEDMM_SLOWPATH ;; don't use I2S for LED bus
310310
; -DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
311311

@@ -382,6 +382,8 @@ build_flags = -g
382382
-D CONFIG_ASYNC_TCP_USE_WDT=0
383383
-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=9472 ;; WLEDMM increase stack by 1.25Kb, as audioreactive needs bigger SETTINGS_STACK_BUF_SIZE
384384
-DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
385+
; -D WLEDMM_TWOPATH ;; use I2S1 as the second bus --> slightly faster on some setups
386+
; -D WLEDMM_SLOWPATH ;; don't use I2S for LED bus
385387
default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
386388
lib_deps =
387389
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0

0 commit comments

Comments
 (0)