CONFIG_AT_CMD_RESPONSE_MAX_LEN

Maximum AT command response length

Type: int

Direct dependencies

AT_CMD

(Includes any dependencies from ifs and menus.)

Default

  • 2700

Kconfig definition

At <nRF>/lib/at_cmd/Kconfig:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:27<nRF>/lib/Kconfig:13

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

config AT_CMD_RESPONSE_MAX_LEN
    int "Maximum AT command response length"
    default 2700
    depends on AT_CMD

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