Version 1.0.0

Initial version.
This commit is contained in:
2023-11-25 12:17:39 +03:00
parent b2de9cc36b
commit 0d3ef44966
15 changed files with 483 additions and 2 deletions

15
main/Kconfig.projbuild Normal file
View File

@ -0,0 +1,15 @@
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