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

8 lines
248 B
Text

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