diff options
| author | Luke Hoersten <[email protected]> | 2021-03-08 18:17:29 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-03-08 18:17:29 -0600 |
| commit | aa7558f38d5a2edac695919e02857635746d6596 (patch) | |
| tree | 4746555f9f5c0d8b43d1b6fe158b239c631690b0 /Makefile | |
| parent | 8a7b9c6a1ce165c349cf06dda56d3a55fb5167b9 (diff) | |
Changed to intercom
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ HOMEKIT_PATH ?= $(abspath $(IDF_PATH)/../esp-homekit-sdk) COMMON_COMPONENT_PATH ?= $(HOMEKIT_PATH)/examples/common -PROJECT_NAME := esp-homekit-door -EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components/ +PROJECT_NAME := esp-homekit-intercom +EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components/homekit EXTRA_COMPONENT_DIRS += $(COMMON_COMPONENT_PATH) |
