Hi sir,
we used nRF 52832 ESB protocol ,
use
NRF_ESB_PROTOCOL_ESB_DPL
#define NRF_ESB_MAX_PAYLOAD_LENGTH 128
bitrate = NRF_ESB_BITRATE_2MBPS
so how can I config retransmit_delay and m_wait_for_ack_timeout_us
and what's the unit ? retransmit_delay = 250 , means 250 us ?
thanks!