:orphan: .. title:: CONFIG_ESB_MAX_PAYLOAD_LENGTH .. kconfig:: CONFIG_ESB_MAX_PAYLOAD_LENGTH CONFIG_ESB_MAX_PAYLOAD_LENGTH ############################# *Maximum payload size* Type: ``int`` Help ==== .. code-block:: none The maximum size of the payload. Direct dependencies =================== \ :kconfig:`ESB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== At ``/subsys/esb/Kconfig:17`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:14`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enhanced ShockBurst .. code-block:: kconfig config ESB_MAX_PAYLOAD_LENGTH int "Maximum payload size" range 1 252 default 32 depends on ESB help The maximum size of the payload. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*