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 d126c4c commit 15ff602Copy full SHA for 15ff602
src/mac/LoRaMac.c
@@ -1019,6 +1019,9 @@ static void ProcessRadioRxDone( void )
1019
Nvm.MacGroup2.MacParams.ReceiveDelay1 *= 1000;
1020
Nvm.MacGroup2.MacParams.ReceiveDelay2 = Nvm.MacGroup2.MacParams.ReceiveDelay1 + 1000;
1021
1022
+ // Reset NbTrans to default value
1023
+ Nvm.MacGroup2.MacParams.ChannelsNbTrans = 1;
1024
+
1025
// Is Networkserver's LoRaWAN Version before 1.1.0 ?
1026
if( macMsgJoinAccept.DLSettings.Bits.OptNeg == 0 )
1027
{
0 commit comments