We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534014f commit 5d69719Copy full SHA for 5d69719
Makefile
@@ -3,7 +3,9 @@
3
# project subdirectory.
4
#
5
6
-PROJECT_NAME := nfc_attendence_system
+IDF_PATH ?= ./esp-idf
7
+
8
+PROJECT_NAME := nfc_attendance_system
9
10
include $(IDF_PATH)/make/project.mk
11
0 commit comments