Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jgromes/RadioLib
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jun 5, 2022
2 parents 05a4cf1 + 77c9a29 commit 34a0d77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/SX127x/SX127x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ int16_t SX127x::startReceive(uint8_t len, uint8_t mode) {

// FSK modem does not distinguish between Rx single and continuous
if(mode == RADIOLIB_SX127X_RXCONTINUOUS) {
// set RF switch (if present)
_mod->setRfSwitchState(HIGH, LOW);
return(setMode(RADIOLIB_SX127X_RX));
}
}
Expand Down

0 comments on commit 34a0d77

Please sign in to comment.