CONFIG_CAF_FACTORY_RESET_REQUEST_DELAY
Time in miliseconds to wait for button event at initialization
Type: int
Help
The time to wait for button event when the module is initialized.
The time should be long enough for the button module to react
for the button that is pressed during initialization.
Direct dependencies
CAF_FACTORY_RESET_REQUEST
&& CAF
(Includes any dependencies from ifs and menus.)
Default
50
Kconfig definition
At <nRF>/subsys/caf/modules/Kconfig.factory_reset_request:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:50
→ <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_DELAY
int "Time in miliseconds to wait for button event at initialization"
default 50
depends on CAF_FACTORY_RESET_REQUEST && CAF
help
The time to wait for button event when the module is initialized.
The time should be long enough for the button module to react
for the button that is pressed during initialization.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)