From aa7558f38d5a2edac695919e02857635746d6596 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 8 Mar 2021 18:17:29 -0600 Subject: Changed to intercom --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbf989e..bff7a1d 100755 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3