[LoRaWAN] Update start receive for SX127x
This commit is contained in:
parent
c170bc096f
commit
9e7978c629
1 changed files with 1 additions and 1 deletions
|
@ -958,7 +958,7 @@ int16_t LoRaWANNode::downlinkCommon() {
|
|||
mod->hal->delay(waitLen);
|
||||
|
||||
// open Rx window by starting receive with specified timeout
|
||||
state = this->phyLayer->startReceive(timeoutMod, irqFlags, irqMask, timeoutMod);
|
||||
state = this->phyLayer->startReceive(timeoutMod, irqFlags, irqMask, 0);
|
||||
RADIOLIB_DEBUG_PRINTLN("Opening Rx%d window (%d us timeout)... <-- Rx Delay end ", i+1, timeoutHost);
|
||||
|
||||
// wait for the timeout to complete (and a small additional delay)
|
||||
|
|
Loading…
Add table
Reference in a new issue