Skip to content

Commit

Permalink
Modifies the DR to be used in the join @US915 to be the lowest usable…
Browse files Browse the repository at this point in the history
… data rate, instead of DR0.
  • Loading branch information
Joseph Finnegan committed Feb 24, 2021
1 parent 60d4a42 commit c48e6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/modules/lorawan/LoRaMAC/Mac/region/RegionUS915.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ int8_t RegionUS915AlternateDr( AlternateDrParams_t* alternateDr )
}
else
{
datarate = DR_0;
datarate = MODULE_LORAWAN_US_MINIMUM_DATARATE;
}
return datarate;
}
Expand Down

0 comments on commit c48e6fa

Please sign in to comment.