Could you clarify the use of nrf_esb_set_retransmit_count function?
From what I understood, if it is 0 and it sends a message that wants to be acknowledge , it will not wait for the ack and will always result in a failed?
So if I want to use ack, this nrf_esb_set_retransmit_count must be always >= 1 ?