:orphan: .. title:: CONFIG_UPDATEHUB_SERVER .. kconfig:: CONFIG_UPDATEHUB_SERVER CONFIG_UPDATEHUB_SERVER ####################### *User address for the updatehub-ce-server* Type: ``string`` Help ==== .. code-block:: none This configuration is default, if need to use other address, must be set on the UpdateHub shell Direct dependencies =================== \ :kconfig:`UPDATEHUB_CE ` && \ :kconfig:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/mgmt/updatehub/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support → Use UpdateHub Community Edition Sever .. code-block:: kconfig config UPDATEHUB_SERVER string "User address for the updatehub-ce-server" depends on UPDATEHUB_CE && UPDATEHUB 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.)*