diff --git a/platformio.ini b/platformio.ini index 5bd8a699..d6902c2c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -132,6 +132,7 @@ build_flags = ; -D USERMOD_SENSORSTOMQTT #For ADS1115 sensor uncomment following ; -D USERMOD_ADS1115 + ; -D USERMOD_ANIMARTRIX build_unflags = @@ -192,6 +193,8 @@ lib_deps = #For ADS1115 sensor uncomment following ; adafruit/Adafruit BusIO @ 1.13.2 ; adafruit/Adafruit ADS1X15 @ 2.4.0 + # For -D USERMOD_ANIMARTRIX + ; https://github.com/netmindz/animartrix.git#d7c1896166f13fec2917c305222a77e3b504d060 extra_scripts = ${scripts_defaults.extra_scripts}