File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
385387default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
386388lib_deps =
387389 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
You can’t perform that action at this time.
0 commit comments