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