-
CONFIG_UPDATEHUB_PRODUCT_UID
¶
Product Unique Identifier (UID)
Type: string
Help¶
The product unique identifier is used when communicating with the UpdateHub server.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At <Zephyr>/subsys/mgmt/updatehub/Kconfig:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:13
Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support
config UPDATEHUB_PRODUCT_UID
string "Product Unique Identifier (UID)"
depends on UPDATEHUB
help
The product unique identifier is used when communicating
with the UpdateHub server.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)