You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; Compatibility with upstream --> you should prefer using ${common_mm.build_flags_S} and ${common_mm.lib_deps_S}
@@ -348,13 +351,16 @@ build_flagsV4 = -g
348
351
-DCONFIG_LITTLEFS_FOR_IDF_3_2 -DLFS_THREADSAFE
349
352
-D CONFIG_ASYNC_TCP_USE_WDT=0
350
353
-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=9472 ;; WLEDMM increase stack by 1.25Kb, as audioreactive needs bigger SETTINGS_STACK_BUF_SIZE
354
+
; -D WLEDMM_TWOPATH ;; use I2S1 as the second bus --> slightly faster on some setups
355
+
; -D WLEDMM_SLOWPATH ;; don't use I2S for LED bus
351
356
; -DARDUINO_USB_CDC_ON_BOOT=0 ;; mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
352
357
-D NO_GFX ; Disable the use of Adafruit_GFX by the HUB75 driver
353
358
354
359
;;; V4.4.x libraries (without LOROL_LITTLEFS; with newer NeoPixelBus)
355
360
lib_depsV4 =
356
361
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 ;; WLEDMM this must be first in the list, otherwise Aircoookie/ESPAsyncWebServer pulls in an older version of AsyncTCP !!
357
362
makuna/NeoPixelBus @ 2.7.5
363
+
;; makuna/NeoPixelBus @ 2.7.9 ;; experimental
358
364
${common_mm.HUB75_lib_deps}
359
365
${env.lib_deps}
360
366
@@ -376,10 +382,13 @@ build_flags = -g
376
382
-D CONFIG_ASYNC_TCP_USE_WDT=0
377
383
-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=9472 ;; WLEDMM increase stack by 1.25Kb, as audioreactive needs bigger SETTINGS_STACK_BUF_SIZE
378
384
-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
-DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=1 ;; for Hardware-CDC USB mode
2494
+
; Serial debug enabled -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=1 ;; for Hardware-CDC USB mode
2495
+
-D ARDUINO_USB_CDC_ON_BOOT=0
2477
2496
-D WLED_DISABLE_ADALIGHT ;; disables serial protocols - recommended for Hardware-CDC USB (Serial RX will receive junk commands when RX pin is unconnected, unless its pulled down by resistor)
0 commit comments