zh_espnow_open_sensor/main/Kconfig.projbuild
2023-11-25 12:17:39 +03:00

15 lines
264 B
Plaintext

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