Merge branch 'mdev' into audio_fastpath

This commit is contained in:
Frank
2023-05-11 13:35:17 +02:00
6 changed files with 126 additions and 59 deletions

View File

@@ -870,6 +870,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
@@ -880,6 +881,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