-
CONFIG_HAWKBIT_PORT
¶
Port address for the hawkbit server
Type: string
Help¶
Configure the hawkbit port number.
Default¶
“8080”
Kconfig definition¶
At <Zephyr>/subsys/mgmt/hawkbit/Kconfig:47
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:11
Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support
config HAWKBIT_PORT
string "Port address for the hawkbit server"
default "8080"
depends on HAWKBIT
help
Configure the hawkbit port number.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)