2019-04-03 14:28:26 +00:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
2019-05-09 14:43:06 +00:00
|
|
|
config EXAMPLE_FIRMWARE_UPGRADE_URL
|
2019-05-22 09:56:10 +00:00
|
|
|
string "Firmware Upgrade URL"
|
|
|
|
default "https://192.168.2.106:8070/hello-world.bin"
|
2019-04-03 14:28:26 +00:00
|
|
|
help
|
2019-05-22 09:56:10 +00:00
|
|
|
URL of server which hosts the firmware image.
|
|
|
|
|
2019-04-03 14:28:26 +00:00
|
|
|
endmenu
|