CONFIG_AT_SHELL_CMD_RESPONSE_MAX_LEN

Maximum AT command response length

Type: int

Direct dependencies

AT_SHELL

(Includes any dependencies from ifs and menus.)

Default

  • 2700

Kconfig definition

At <nRF>/lib/at_shell/Kconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:94<nRF>/lib/Kconfig:38

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → AT Shell

config AT_SHELL_CMD_RESPONSE_MAX_LEN
    int "Maximum AT command response length"
    default 2700
    depends on AT_SHELL

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