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.

Direct dependencies

MODEM_JWT

(Includes any dependencies from ifs and menus.)

Default

  • 850

Kconfig definition

At <nRF>/lib/modem_jwt/Kconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:36

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.)