Skip to content

Commit 0c00e0f

Browse files
committed
Swap AnimARTrix to be platformio library
1 parent bb0c0af commit 0c00e0f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ lib_deps =
167167
;electroniccats/MPU6050 @1.0.1
168168
# For -D USERMOD_ANIMARTRIX
169169
# CC BY-NC 3.0 licensed effects by Stefan Petrick, include this usermod only if you accept the terms!
170-
;https://github.com/netmindz/animartrix.git#18bf17389e57c69f11bc8d04ebe1d215422c7fb7
170+
; AnimartrixUsermod=symlink://./usermods/usermod_v2_animartrix/
171171
# SHT85
172172
;robtillaart/SHT85@~0.3.3
173173
# Audioreactive usermod
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "AnimartrixUsermod",
3+
"dependencies": {
4+
"Animartrix": "https://github.com/netmindz/animartrix.git#b172586"
5+
}
6+
}

0 commit comments

Comments
 (0)