db007fbb2e
1. cleanup gatt client demo 2. cleanup gatt server demo 3. cleanup blufi demo 4. use correct log level
11 lines
237 B
Makefile
11 lines
237 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := gatt_client_demo
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := components/include
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|