We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0c0af commit 0c00e0fCopy full SHA for 0c00e0f
platformio.ini
@@ -167,7 +167,7 @@ lib_deps =
167
;electroniccats/MPU6050 @1.0.1
168
# For -D USERMOD_ANIMARTRIX
169
# 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
+ ; AnimartrixUsermod=symlink://./usermods/usermod_v2_animartrix/
171
# SHT85
172
;robtillaart/SHT85@~0.3.3
173
# Audioreactive usermod
usermods/usermod_v2_animartrix/library.json
@@ -0,0 +1,6 @@
1
+{
2
+ "name": "AnimartrixUsermod",
3
+ "dependencies": {
4
+ "Animartrix": "https://github.com/netmindz/animartrix.git#b172586"
5
+ }
6
+}
0 commit comments