Version 1.0.6
Added changing sensor measurement time. Added multiple attempts to read the sensor.
This commit is contained in:
@ -155,4 +155,12 @@ menu "ZH ESP-NOW Switch Configuration"
|
||||
bool "DHT"
|
||||
endchoice
|
||||
|
||||
config MEASUREMENT_FREQUENCY
|
||||
depends on SENSOR_USING
|
||||
int "Sensor measurement frequency"
|
||||
range 1 65536
|
||||
default 300
|
||||
help
|
||||
Sensor measurement frequency.
|
||||
|
||||
endmenu
|
Reference in New Issue
Block a user