Files
esp-idf/examples/wifi/getting_started/softAP/Makefile
T

10 lines
183 B
Makefile
Raw Normal View History

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