From 355c5d8fb0fa7a69cacdf1c45f9b05c1bdbf758d Mon Sep 17 00:00:00 2001 From: Brian Bulkowski Date: Sun, 8 Mar 2020 23:41:42 -0700 Subject: [PATCH] Just made the makefile a bit more sightly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d1f5e6..868156d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # project subdirectory. # -PROJECT_NAME := hello-world +PROJECT_NAME := FastLED-idf include $(IDF_PATH)/make/project.mk