5ecc88cb33
You can set esp32 as AP/STA, client/sever, sender/recever in menuconfig. You can set whether to display delay time info in menuconfig. Now you can transfer data between esp and esp.
9 lines
180 B
Makefile
9 lines
180 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := tcp_perf
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|