[CC1101] Fixed direct transmit (#911)
This commit is contained in:
parent
fa9054263d
commit
6bac59ce08
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue