CONFIG_ESB_MAX_PAYLOAD_LENGTH

Maximum payload size

Type: int

Help

The maximum size of the payload.

Direct dependencies

ESB

(Includes any dependencies from ifs and menus.)

Default

  • 32

Kconfig definition

At <nRF>/subsys/esb/Kconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:14

Menu path: (Top) → Modules → Nordic nRF Connect → Enhanced ShockBurst

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