Skip to content

Commit 2bb71b0

Browse files
committed
Merge branch 'master' of https://github.com/mysensors/RF24 into development
2 parents 9583356 + 813f001 commit 2bb71b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/RF24/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)