[SX126x] Fixed RF switch state in Rx mode
This commit is contained in:
parent
d710a85985
commit
bb7108a52b
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ int16_t SX126x::startReceive(uint32_t timeout) {
|
|||
RADIOLIB_ASSERT(state);
|
||||
|
||||
// set RF switch (if present)
|
||||
_mod->setRfSwitchState(true);
|
||||
_mod->setRfSwitchState(false);
|
||||
|
||||
// set mode to receive
|
||||
state = setRx(timeout);
|
||||
|
|
Loading…
Add table
Reference in a new issue