Version 1.0.6

Added changing sensor measurement time.
Added multiple attempts to read the sensor.
This commit is contained in:
2024-07-19 19:22:38 +03:00
parent 708bf211fa
commit b5def82a15
6 changed files with 55 additions and 26 deletions

View File

@ -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