Skip to content

Commit 813f001

Browse files
committed
Powerup radio if asleep when start transmitting.
1 parent 8759712 commit 813f001

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RF24.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,9 @@ void RF24::startFastWrite( const void* buf, uint8_t len, const bool multicast){
677677
//Allows the library to pass all tests
678678
void RF24::startWrite( const void* buf, uint8_t len, const bool multicast ){
679679

680+
// Powerup radio if not already alive.
681+
powerUp();
682+
680683
// Send the payload
681684

682685
//write_payload( buf, len );

0 commit comments

Comments
 (0)