CONFIG_HAWKBIT_POLL_INTERVAL¶
Time to poll interval (in minutes)
Type: int
Help¶
Set the interval that the hawkbit update server will be polled.
This time interval is zero and 43200 minutes(30 days).
Default¶
- 5 
Kconfig definition¶
At <Zephyr Subsystem>/mgmt/hawkbit/Kconfig:29
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:11
Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support
config HAWKBIT_POLL_INTERVAL
    int "Time to poll interval (in minutes)"
    range 1 43200
    default 5
    depends on HAWKBIT
    help
      Set the interval that the hawkbit update server will be polled.
      This time interval is zero and 43200 minutes(30 days).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)