CONFIG_MODEM_INFO_MAX_AT_PARAMS_RSP

Maximum number of response parameters

Type: int

Help

Set the maximum number of parameters the parser will check for in any given string.

Direct dependencies

MODEM_INFO

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

At <nRF>/lib/modem_info/Kconfig:14

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:22

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 modem information library

config MODEM_INFO_MAX_AT_PARAMS_RSP
    int "Maximum number of response parameters"
    default 10
    depends on MODEM_INFO
    help
      Set the maximum number of parameters the parser
      will check for in any given string.

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