[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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user