zh_espnow_open_sensor/main/Kconfig.projbuild

15 lines
264 B
Plaintext
Raw Permalink Normal View History

2023-11-25 12:17:39 +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