CONFIG_AZURE_FOTA_APP_VERSION

Application version

Type: string

Help

The application version is reported to the device twin and indicates the current firmware version on the device.

Direct dependencies

AZURE_FOTA

(Includes any dependencies from ifs and menus.)

Default

  • “0.0.0-dev”

Kconfig definition

At <nRF>/subsys/net/lib/azure_fota/Kconfig:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:18<nRF>/subsys/net/Kconfig:8<nRF>/subsys/net/lib/Kconfig:14

Menu path: (Top) → Modules → Nordic nRF Connect → Networking → Application protocols → Azure FOTA library [EXPERIMENTAL]

config AZURE_FOTA_APP_VERSION
    string "Application version"
    default "0.0.0-dev"
    depends on AZURE_FOTA
    help
      The application version is reported to the device twin and
      indicates the current firmware version on the device.

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