CONFIG_NET_CONFIG_SNTP_INIT_TIMEOUT

SNTP timeout to init system clock (ms)

Type: int

Direct dependencies

NET_CONFIG_CLOCK_SNTP_INIT && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 3000

Kconfig definition

At <Zephyr>/subsys/net/lib/config/Kconfig:212

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/net/lib/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Initialize system clock using SNTP on application startup

config NET_CONFIG_SNTP_INIT_TIMEOUT
    int "SNTP timeout to init system clock (ms)"
    default 3000
    depends on NET_CONFIG_CLOCK_SNTP_INIT && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)