Simple NRF24L01 based temperature sensor transmitter/receiver

  radio.setRetries(15, 15);             // delay, count
  radio.setAutoAck(false);

This configuration is just silly.
There will be no retries or delays if autoAck is switched off.