Currently, the library only works with genuine nRF24 and "good" clones. I bought RFM73/RFM75 when I didn't know they are similar to nRF24, because they were available in a very small form factor. Sinc…
Usually, RF module is not in powerDown() mode when we switch to startListening() from stopListening(). Why powerUp() should be called in startListening() function?
```c++
void RF24::startListening(…