[LoRaWAN] Update start receive for SX127x

This commit is contained in:
jgromes 2023-11-12 13:28:37 +01:00
parent c170bc096f
commit 9e7978c629

View file

@ -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)