Configuration

Asset Tracker Template

tags
Asset Tracker Template

The following Kconfig options can be used to customize the FOTA module's behavior:

  • CONFIG_APP_FOTA_THREAD_STACK_SIZE: Size of the stack for the FOTA module's thread.
  • CONFIG_APP_FOTA_MSG_PROCESSING_TIMEOUT_SECONDS: Maximum time allowed for processing individual FOTA messages.
  • CONFIG_APP_FOTA_SHELL: Enables shell support for FOTA operations.
  • CONFIG_APP_FOTA_WATCHDOG_TIMEOUT_SECONDS: Watchdog timeout for the FOTA operation to ensure timely completion.