[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
@@ -2,7 +2,7 @@ menu "Example Configuration"
config EXAMPLE_FIRMWARE_UPGRADE_URL
string "Firmware Upgrade URL"
default "https://192.168.2.106:8070/hello-world.bin"
default "https://192.168.2.106:8070/hello_world.bin"
help
URL of server which hosts the firmware image.