CONFIG_CHIP_OTA_REQUESTOR_BUFFER_SIZE
OTA Requestor image buffer size
Type: int
Help
Configures size of the buffer used by OTA Requestor when downloading and
writing a new firmware image to flash.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
1024
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:98
Menu path: (Top) → Modules → connectedhomeip (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter)
config CHIP_OTA_REQUESTOR_BUFFER_SIZE
int "OTA Requestor image buffer size"
default 1024
depends on CHIP_OTA_REQUESTOR
help
Configures size of the buffer used by OTA Requestor when downloading and
writing a new firmware image to flash.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)