Skip to content

Commit

Permalink
[CC1101] Fixed direct transmit (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Dec 22, 2023
1 parent fa90542 commit 6bac59c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/CC1101/CC1101.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ int16_t CC1101::transmitDirect(bool sync, uint32_t frf) {
SPIwriteRegister(RADIOLIB_CC1101_REG_FREQ0, frf & 0x0000FF);

SPIsendCommand(RADIOLIB_CC1101_CMD_TX);
return(RADIOLIB_ERR_NONE);
}

// activate direct mode
Expand Down

0 comments on commit 6bac59c

Please sign in to comment.