-
CONFIG_MODEM_JWT_MAX_LEN
¶
Buffer size to allocate for JWT
Type: int
Help¶
This value should not be greater than AT_CMD_RESPONSE_MAX_LEN.
Default¶
850
Kconfig definition¶
At <nRF>/lib/modem_jwt/Kconfig:15
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:35
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Modem JWT Library
config MODEM_JWT_MAX_LEN
int "Buffer size to allocate for JWT"
default 850
depends on MODEM_JWT
help
This value should not be greater than AT_CMD_RESPONSE_MAX_LEN.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)