2018-03-13 02:44:49 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2018-08-30 02:11:21 +00:00
|
|
|
PROJECT_NAME := wifi_softAP
|
2018-03-13 02:44:49 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|