Version 1.0.2

Updated some components.
Changed main code to support the new major version of zh_dht.
This commit is contained in:
2024-06-23 12:15:46 +03:00
parent b5f84d4320
commit baf947ce26
9 changed files with 21 additions and 27 deletions

View File

@ -151,10 +151,8 @@ menu "ZH ESP-NOW Switch Configuration"
default SENSOR_TYPE_DS18B20
config SENSOR_TYPE_DS18B20
bool "DS18B20"
config SENSOR_TYPE_DHT11
bool "DHT11"
config SENSOR_TYPE_DHT22
bool "DHT22"
config SENSOR_TYPE_DHT
bool "DHT"
endchoice
endmenu