diff options
Diffstat (limited to 'main/Kconfig.projbuild')
| -rw-r--r-- | main/Kconfig.projbuild | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild index 4d1f973..4db48b4 100644 --- a/main/Kconfig.projbuild +++ b/main/Kconfig.projbuild @@ -30,17 +30,17 @@ menu "HomeKit Intercom Configuration" Milliseconds before locking intercom config HOMEKIT_INTERCOM_LOCK_GPIO_PIN - int "Intercom lock GPIO pin number" - range 0 39 - default 21 - help + 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 + 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 @@ -48,20 +48,20 @@ menu "HomeKit Intercom Configuration" range 0 12 default 9 help - ADC1 channel number from which to read intercom bell signal. + 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 + 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 + int "LED GPIO pin number" + range 0 39 + default 13 + help GPIO pin number for LED. endmenu |
