From 78ebc8583fe52db3a6007fa1d44ec4aa3c304797 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Tue, 17 Oct 2023 18:55:05 +0100 Subject: [PATCH] Version of library with all rgb data set for every effect --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index a9ab79f302..b6f6879280 100644 --- a/platformio.ini +++ b/platformio.ini @@ -931,7 +931,7 @@ lib_deps_S = 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#f070fefc42febe2de3a2ab5d6d39e78bbc539702 +animartrix_lib_deps = https://github.com/netmindz/animartrix.git#8fd0df3e0b006244d53eaf480c2720daa5a697aa build_flags_M = -D USERMOD_ARTIFX ; WLEDMM usermod - temporarily moved into "_M", due to problems in "_S" when compiling with -O2