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

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