esp-idf/examples/bluetooth/nimble/throughput_app/bleprph_throughput/Makefile
Prasad Alatkar ed43a4eb50 NimBLE: Add throughput demo examples
- Added blecent_throughput(client) and bleprph_throughput(server) examples to
  demonstrate application throughput.
2021-11-26 10:03:06 +05:30

9 lines
189 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := bleprph_throughput
include $(IDF_PATH)/make/project.mk