OVMS3-idf/examples/system/ota/advanced_https_ota/main/Kconfig.projbuild

10 lines
249 B
Text
Raw Normal View History

menu "Example Configuration"
2019-05-09 14:43:06 +00:00
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