Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert openWritingPipe(buf)
  • Loading branch information
2bndy5 committed May 3, 2025
commit c9dbb87d316e4f188e67a7b7aaddc3dbb51ea62a
1 change: 1 addition & 0 deletions RF24.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1614,6 +1614,7 @@ void RF24::openWritingPipe(const uint8_t* address)
// expects it LSB first too, so we're good.
write_register(RX_ADDR_P0, address, addr_width);
write_register(TX_ADDR, address, addr_width);
memcpy(pipe0_writing_address, address, addr_width);
}

/****************************************************************************/
Expand Down