From 934bbf7d019e561209802f6a679b3672ce58ef1a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 3 Jun 2018 12:39:57 +0200 Subject: wip. Making room for other apps. --- mqtt-test/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mqtt-test/Makefile (limited to 'mqtt-test/Makefile') diff --git a/mqtt-test/Makefile b/mqtt-test/Makefile new file mode 100644 index 0000000..73ada74 --- /dev/null +++ b/mqtt-test/Makefile @@ -0,0 +1,10 @@ +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# + +PROJECT_NAME := mqtt_test + +IDF_PATH=../thirdparty/ESP8266_RTOS_SDK + +include $(IDF_PATH)/make/project.mk -- cgit v1.2.3