Figure 7 of the nRF24L01 data says ACK payloads must be loaded in advance to the automatic ACK transmission. I wish to make the ACK data packet dependent on what is received, so my question is this: can I load the ACK payload FIFO after receiving a packet, rather than before? If not, can I do this by manually sending the ACK packet+data?