src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--main/Kconfig.projbuild34
2 files changed, 18 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index 6027692..14685c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
sdkconfig
sdkconfig.old
build/*
-esp-homekit-intercom.code-workspace
+*.code-workspace
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