From 2246436928b3dda32b0350e5ee893212b23ac7b7 Mon Sep 17 00:00:00 2001 From: netmindz Date: Sat, 21 Oct 2023 22:15:47 +0100 Subject: [PATCH] Update platformio.ini Update to Animatrix with the fix for rgb_sanity_check --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index b6f68792..1e511cf7 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#8fd0df3e0b006244d53eaf480c2720daa5a697aa +animartrix_lib_deps = https://github.com/netmindz/animartrix.git#18bf17389e57c69f11bc8d04ebe1d215422c7fb7 build_flags_M = -D USERMOD_ARTIFX ; WLEDMM usermod - temporarily moved into "_M", due to problems in "_S" when compiling with -O2