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

CONFIG_UPDATEHUB_POLL_INTERVAL

Time to poll interval (in minutes)

Type: int

Help

Set the interval that the UpdateHub update server will be polled.
This time interval is zero and 43200 minutes(30 days).

Direct dependencies

UPDATEHUB

(Includes any dependencies from ifs and menus.)

Default

  • 1440

Kconfig definition

At subsys/mgmt/updatehub/Kconfig:31

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:13

Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support

config UPDATEHUB_POLL_INTERVAL
    int "Time to poll interval (in minutes)"
    range 0 43200
    default 1440
    depends on UPDATEHUB
    help
      Set the interval that the UpdateHub 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.)