We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27aa87 commit d08d0d5Copy full SHA for d08d0d5
src/mac/LoRaMacClassB.c
@@ -1185,7 +1185,7 @@ static void LoRaMacClassBProcessMulticastSlot( void )
1185
( uint32_t ) Ctx.BeaconCtx.BeaconTimePrecision.SubSeconds );
1186
1187
RegionComputeRxWindowParameters( *Ctx.LoRaMacClassBParams.LoRaMacRegion,
1188
- ClassBNvm->PingSlotCtx.Datarate,
+ Ctx.PingSlotCtx.NextMulticastChannel->ChannelParams.RxParams.Params.ClassB.Datarate,
1189
Ctx.LoRaMacClassBParams.LoRaMacParams->MinRxSymbols,
1190
maxRxError,
1191
&multicastSlotRxConfig );
0 commit comments