Kconfig.projbuild 249 B

123456789
  1. menu "Example Configuration"
  2. config EXAMPLE_FIRMWARE_UPGRADE_URL
  3. string "Firmware Upgrade URL"
  4. default "https://192.168.2.106:8070/hello-world.bin"
  5. help
  6. URL of server which hosts the firmware image.
  7. endmenu