change sensoresp7 humidity temperature sensor to sht31
This commit is contained in:
parent
eb7a54285f
commit
2379a43b21
|
@ -319,11 +319,21 @@ build_flags =
|
||||||
-D SENSOR_VL53L1X_readdelay=250
|
-D SENSOR_VL53L1X_readdelay=250
|
||||||
|
|
||||||
|
|
||||||
|
-D SENSOR_SHT31
|
||||||
|
-D SENSOR_SHT31_temperature_minchange=0.3
|
||||||
|
-D SENSOR_SHT31_temperature_senddelaymax=1000*60*60
|
||||||
|
-D SENSOR_SHT31_humidity_minchange=1.0
|
||||||
|
-D SENSOR_SHT31_humidity_senddelaymax=1000*60*60
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
Bounce2
|
Bounce2
|
||||||
ArduinoJson@6.16.1
|
ArduinoJson@6.16.1
|
||||||
marvinroger/Homie @ ^3.0.1
|
marvinroger/Homie @ ^3.0.1
|
||||||
pololu/VL53L1X @ ^1.3.0
|
pololu/VL53L1X @ ^1.3.0
|
||||||
|
adafruit/Adafruit SHT31 Library@^2.2.0
|
||||||
|
SPI
|
||||||
|
|
||||||
|
|
||||||
#3D Printer
|
#3D Printer
|
||||||
|
|
Loading…
Reference in New Issue