I am using nrf52832 radios to communicate using ESB without DPL. I have selective_auto_ack=true and I set the payload.noack=true. But each time I transmit and there is not another radio around I get a TX FAILED EVENT. But I do not want to enable acknowledgements for this specific use case. Is there some sort of error in the library? Surely setting payload.noack=true should tell the transmitter that it shouldn't listen for an ACK? When I put the radios in ESB with DPL everything works 100%. Why is this? DPL is not an option for my specific use case. Am I missing something here?