mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_FIRMWARE_UPGRADE_URL
|
|
string "Firmware Upgrade URL"
|
|
default "https://192.168.2.106:8070/hello-world.bin"
|
|
help
|
|
URL of server which hosts the firmware image.
|
|
|
|
endmenu
|