src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/Kconfig.projbuild
diff options
context:
space:
mode:
Diffstat (limited to 'main/Kconfig.projbuild')
-rw-r--r--main/Kconfig.projbuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild
index 5230dca..2b74fc2 100644
--- a/main/Kconfig.projbuild
+++ b/main/Kconfig.projbuild
@@ -29,39 +29,4 @@ menu "HomeKit Intercom Configuration"
help
Milliseconds before locking intercom
- config HOMEKIT_INTERCOM_LOCK_GPIO_PIN
- int "Intercom lock GPIO pin number"
- range 0 39
- default 21
- help
- GPIO pin number to control lock relay.
-
- config HOMEKIT_INTERCOM_BELL_GPIO_PIN
- int "Intercom bell GPIO pin number"
- range 0 39
- default 33
- help
- GPIO pin number from which to read intercom bell signal.
-
- config HOMEKIT_INTERCOM_BELL_ADC1_CHANNEL
- int "Intercom bell ADC1 channel number"
- range 0 7
- default 5
- help
- ADC1 channel number from which to read intercom bell signal.
-
- config HOMEKIT_INTERCOM_WIFI_RESET_GPIO_PIN
- int "Intercom WIFI reset GPIO pin number"
- range 0 39
- default 0
- help
- GPIO pin number to reset wifi.
-
- config HOMEKIT_INTERCOM_LED_GPIO_PIN
- int "LED GPIO pin number"
- range 0 39
- default 13
- help
- GPIO pin number for LED.
-
endmenu