CONFIG_DATE_TIME_AUTO_UPDATE
Trigger date-time update when LTE is connected
Type: bool
Help
Date-time update is triggered automatically when the LTE network becomes available.
Default
y if
DATE_TIME_MODEM
||DATE_TIME_NTP
Symbols selected by this symbol
Kconfig definition
At <nRF>/lib/date_time/Kconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:29
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Date time library
config DATE_TIME_AUTO_UPDATE
bool "Trigger date-time update when LTE is connected"
default y if DATE_TIME_MODEM || DATE_TIME_NTP
select AT_MONITOR if DATE_TIME_MODEM
depends on DATE_TIME
help
Date-time update is triggered automatically when the LTE network becomes available.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)