[examples]: removed hyphens

Replaced hyphens with underscores in examples
project definition for all examples which had
hyphens in their project name. dpp-enrollee is
an exceptions because the name matches the
project directory name while the project
directory also contains hyphens.
This commit is contained in:
Jakob Hasse
2021-07-05 14:33:56 +08:00
parent 669a006bf5
commit 81e9266204
70 changed files with 974 additions and 974 deletions

View File

@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(hello-world)
project(hello_world)

View File

@@ -3,6 +3,6 @@
# project subdirectory.
#
PROJECT_NAME := hello-world
PROJECT_NAME := hello_world
include $(IDF_PATH)/make/project.mk