Add USERMOD_ANIMARTRIX comments

This commit is contained in:
Will Tatam 2023-05-31 20:48:48 +01:00
parent 7ed8ce8508
commit da635f7a42

View File

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