Added changing sensor measurement time

This commit is contained in:
2024-07-19 12:52:57 +03:00
parent 708bf211fa
commit 554268488f
5 changed files with 46 additions and 25 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