diff --git a/RF24.cpp b/RF24.cpp index 9471583d..1f7f8a38 100644 --- a/RF24.cpp +++ b/RF24.cpp @@ -494,12 +494,12 @@ bool RF24::write( const void* buf, uint8_t len ) // Yay, we are done. - // Power down - powerDown(); - // Flush buffers (Is this a relic of past experimentation, and not needed anymore??) flush_tx(); + // Power down + //powerDown(); + return result; } /****************************************************************************/