Rename sample app to "hello_world"

This commit is contained in:
Manuel Bleichenbacher 2018-07-17 19:55:39 +02:00
parent c1760fed41
commit 2e2860c2cc
5 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"${IDF_PATH}/components/soc/include",
"${IDF_PATH}/components/soc/esp32/include",
"${IDF_PATH}/components/tcpip_adapter/include",
"${workspaceRoot}/examples/send_msg/build/include",
"${workspaceRoot}/examples/hello_world/build/include",
"${workspaceRoot}/include",
"${workspaceRoot}/src"
],

View File

@ -1,3 +1,3 @@
PROJECT_NAME := send_msg
PROJECT_NAME := hello_world
include $(IDF_PATH)/make/project.mk