commit | b5b9f2c458d590e15b5f8302dc2fc430467d0875 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Sat Jan 23 17:57:11 2021 +1000 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Feb 03 10:45:41 2021 -0500 |
tree | 844b9f635b244d62eca37610155cb7a36710f501 | |
parent | f553007e064588b73487b134b59504564305ac2e [diff] |
lorawan: restore datarate after join Restore the user requested datarate upon a successful join. Several regions overwrite the configured datarate through `RegionAlternateDr`, which means that for these regions, `LoRaMacQueryTxPossible` will not be evaluating the requested datarate for the first transmission after joining. Fixes #31551. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>