dev_zh_open_sensor/main/Kconfig.projbuild

15 lines
264 B
Plaintext
Raw Normal View History

2023-11-21 18:46:17 +03:00
menu "ZH ESP-NOW Open Sensor Configuration"
choice SENSOR_TYPE
prompt "Sensor type"
help
Sensor type.
default SENSOR_TYPE_WINDOW
config SENSOR_TYPE_WINDOW
bool "WINDOW"
config SENSOR_TYPE_DOOR
bool "DOOR"
endchoice
endmenu