CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS
Interval with which the periodic upload task should run
Type: int
Help
The first check will run between [1, 1+MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS]
Subsequent checks will run at MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS intervals.
Direct dependencies
MEMFAULT_HTTP_PERIODIC_UPLOAD
&& MEMFAULT_HTTP_ENABLE
&& MEMFAULT
(Includes any dependencies from ifs and menus.)
Default
3600
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:178
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:38
Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support
config MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS
int "Interval with which the periodic upload task should run"
default 3600
depends on MEMFAULT_HTTP_PERIODIC_UPLOAD && MEMFAULT_HTTP_ENABLE && MEMFAULT
help
The first check will run between [1, 1+MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS]
Subsequent checks will run at MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS intervals.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)