-
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.
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:52
→ <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.)