remove temporary animartrix override

PSRAM patch is now merged into main version
This commit is contained in:
Frank Möhle
2026-02-06 15:01:14 +01:00
committed by GitHub
parent 20dca89017
commit 46800b8f05

View File

@@ -1205,10 +1205,8 @@ AR_build_flags = -D USERMOD_AUDIOREACTIVE -D UM_AUDIOREACTIVE_USE_NEW_FFT ;; WLE
AR_lib_deps = https://github.com/softhack007/arduinoFFT.git#develop @ 1.9.2 ;; used for USERMOD_AUDIOREACTIVE - optimized version, 10% faster on -S2/-C3
animartrix_build_flags = -D USERMOD_ANIMARTRIX ;; WLEDMM usermod: CC BY-NC 3.0 licensed effects by Stefan Petrick
;;animartrix_lib_deps = https://github.com/netmindz/animartrix.git#af02653aaabdce08929389ca16d0d86071573dd4 ;; custom PSRAM allocator
;;animartrix_lib_ignore = animartrix ;; to remove the animartrix lib dependancy (saves a few bytes)
animartrix_lib_deps = https://github.com/softhack007/animartrix-esp32.git#patch-1 ;; temporary: hotfix for custom PSRAM allocator
animartrix_lib_ignore = animartrix-esp32
animartrix_lib_deps = https://github.com/netmindz/animartrix.git#81eb09b91c8c9c8c01f8ea442787f8127d56c72f ;; custom PSRAM allocator
animartrix_lib_ignore = animartrix ;; to remove the animartrix lib dependancy (saves a few bytes)
DMXin_build_flags = -D WLED_ENABLE_DMX_INPUT ;; WLEDMM DMX physical input - requires ESP-IDF v4.4.x
DMXin_lib_deps = https://github.com/someweisguy/esp_dmx.git#47db25d8c515e76fabcf5fc5ab0b786f98eeade0 ;; for DMX_INPUT