Merge remote-tracking branch 'upstream/mdev' into animartrix-library

This commit is contained in:
Will Tatam
2023-05-29 15:09:11 +01:00
21 changed files with 2116 additions and 1979 deletions

View File

@@ -146,7 +146,7 @@ build_flags =
-DSECURE_CLIENT=SECURE_CLIENT_BEARSSL
-DBEARSSL_SSL_BASIC
-D CORE_DEBUG_LEVEL=0
-D NDEBUG
;-D NDEBUG ;; WLEDMM espressif docs say NDEBUG is not recommended. see https://docs.espressif.com/projects/esp-idf/en/v4.4.4/esp32/api-guides/performance/speed.html#not-recommended
#build_flags for the IRremoteESP8266 library (enabled decoders have to appear here)
-D _IR_ENABLE_DEFAULT_=false
-D DECODE_HASH=true
@@ -825,7 +825,7 @@ build_flags_S =
; -D WLED_ENABLE_DMX
lib_deps_S =
https://github.com/kosme/arduinoFFT#develop @ 1.9.2+sha.e5e4c74 ; used for USERMOD_AUDIOREACTIVE - using "known working" hash
https://github.com/kosme/arduinoFFT#develop @ 1.9.2+sha.419d7b0 ; used for USERMOD_AUDIOREACTIVE - using "known working" hash
build_flags_M =
-D WLED_MAX_USERMODS=25 ; default only 4-6, also for _XL configs takes 25 pointers in memory
@@ -974,6 +974,7 @@ build_flags =
[Debug_Flags]
build_flags =
-DDEBUG=1 ;; enable some debug assertions in the platform core
-D WLED_DEBUG ; lots of generic debug messages
-D SR_DEBUG ; some extra debug messages from audioreactive
; -D MIC_LOGGER ; for sound input monitoring & debugging (use arduino serial plotter)