SHT usermod added to MM "XL" config

... but commented out (experimental)
This commit is contained in:
Frank
2023-05-10 17:12:48 +02:00
parent 9e9d10618b
commit d79fa92e6c
2 changed files with 9 additions and 1 deletions

View File

@@ -868,6 +868,7 @@ build_flags_XL =
-D USERMOD_SN_PHOTORESISTOR
-D USERMOD_BME280
-D USERMOD_DHT
; -D USERMOD_SHT ;; experimental
-D USERMOD_VL53L0X_GESTURES
-D WLED_ENABLE_PIXART
@@ -878,6 +879,7 @@ lib_deps_XL =
; adafruit/Adafruit Si7021 Library @ 1.4.0 ;; experimental for usermod USERMOD_SENSORSTOMQTT
BME280@~3.0.0 ; for usermod USERMOD_BME280
https://github.com/alwynallan/DHT_nonblocking ; for usermod USERMOD_DHT
; robtillaart/SHT85 @ ~0.4.0 ;; for usermod USERMOD_SHT
pololu/VL53L0X @ ^1.3.0 ; for usermod USERMOD_VL53L0X_GESTURES
; end of common