- I am using ses and trying to set the max payload length or enable debug mode in NRF_ESB.h. I could of course just change the values in the header file, but I prefer not changing the SDK directly. It seems NRF_ESB.h never references sdk_config.h, which I assume would be the best place to define those constants. Is there another recommended approach? Most libraries it's not a problem since they include nrfx.h. The esb library only references nrf.h.