From 05ad6c4aafaa4a96702ed5301f7454da38561bf5 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 23 Aug 2016 18:23:50 +0800 Subject: [PATCH] Update second instance of SDK_PATH to IDF_PATH See https://github.com/espressif/esp-idf/commit/9ec0e15 --- main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Makefile b/main/Makefile index 6bf1577..c032df5 100644 --- a/main/Makefile +++ b/main/Makefile @@ -7,4 +7,4 @@ # please read the SDK documents if you need to do this. # -include $(SDK_PATH)/make/component.mk +include $(IDF_PATH)/make/component.mk