From f0531cdf2a3355c53baea48bf33afcbcc4fbe539 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sun, 25 Jan 2026 01:28:41 +0100 Subject: [PATCH] animartrix: temporarily use softhack007 fork (hotfix for build failures) switch to softhack007 fork, until PR#2 was merged --- platformio.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index bf682334..d32b7917 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1189,8 +1189,10 @@ 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/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 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