The latest development version of this page may be more current than this released 2.2.1 version.
CONFIG_UPDATEHUB_SERVER

User address for the updatehub-ce-server

Type: string

Help

This configuration is default, if need to use other address, must be set on the UpdateHub shell

Direct dependencies

UPDATEHUB_CE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At lib/updatehub/Kconfig:63

Included via Kconfig:8Kconfig.zephyr:33lib/Kconfig:18

Menu path: (Top) → Additional libraries → UpdateHub Firmware Over-the-Air support → Use UpdateHub Community Edition Sever

config UPDATEHUB_SERVER
    string "User address for the updatehub-ce-server"
    depends on UPDATEHUB_CE
    help
      This configuration is default, if need to use
      other address, must be set on the UpdateHub shell

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)