Files
esp-air-monitor/components/dht22/Kconfig.projbuild
2023-10-31 22:12:51 +00:00

16 lines
313 B
Plaintext

menu "DHT22"
config DHT22_ENABLED
bool "DHT22 Enabled"
default y
config DHT22_DATA_GPIO
int "DHT22 Data GPIO Pin"
default -1
depends on DHT22_ENABLED
config DHT22_PERIOD_POLL
int "Period to poll the DHT22 in seconds"
default 2000
depends on DHT22_ENABLED
endmenu