CONFIG_CAF_FACTORY_RESET_REQUEST_BUTTON

Key ID of button used to request factory reset

Type: hex

Help

Button that will trigger a factory reset when held during the board
boot-up. Factory reset will erase any stored Pelion and Network
data. It will also re-provision the device.

Direct dependencies

CAF_FACTORY_RESET_REQUEST && CAF

(Includes any dependencies from ifs and menus.)

Default

  • 0x0000

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.factory_reset_request:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:44<nRF>/subsys/caf/Kconfig:16<nRF>/subsys/caf/modules/Kconfig:13

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Factory reset request → Enable factory reset request module

config CAF_FACTORY_RESET_REQUEST_BUTTON
    hex "Key ID of button used to request factory reset"
    range 0x0000 0xffff
    default 0x0000
    depends on CAF_FACTORY_RESET_REQUEST && CAF
    help
      Button that will trigger a factory reset when held during the board
      boot-up. Factory reset will erase any stored Pelion and Network
      data. It will also re-provision the device.

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