asio: examples renamed to have consistent binary names when build in make and CMake

* Original commit: espressif/esp-idf@9784df1c3a
This commit is contained in:
David Cermak
2018-09-12 15:52:38 +02:00
committed by gabsuren
parent 57672d5add
commit 86d107635b
8 changed files with 16 additions and 16 deletions

View File

@ -2,6 +2,6 @@
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := asio_tcp_echoserver
PROJECT_NAME := asio_tcp_echo_server
include $(IDF_PATH)/make/project.mk