-
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:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:26
→ <nRF>/lib/Kconfig:22
Menu path: (Top) → Modules → 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.)