2019-06-13 11:34:01 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2019-06-20 08:13:47 +00:00
|
|
|
PROJECT_NAME := temp_sensor_esp32s2
|
2019-06-13 11:34:01 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|