From 74a0003fea4087de8e9f03b6f828c45d255bcd4a Mon Sep 17 00:00:00 2001 From: MDC Service Date: Mon, 23 May 2022 11:17:34 +0200 Subject: initial check in firmware files --- software/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 software/Makefile (limited to 'software/Makefile') diff --git a/software/Makefile b/software/Makefile new file mode 100644 index 0000000..9169fd8 --- /dev/null +++ b/software/Makefile @@ -0,0 +1,8 @@ +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# + +PROJECT_NAME := scaladis + +include $(IDF_PATH)/make/project.mk -- cgit v1.2.3