TheThingsNetwork / lorawan-frequency-plans

LoRaWAN Frequency Plans for The Things Stack
https://www.thethingsnetwork.org
Apache License 2.0
37 stars 26 forks source link

Fix US915 and AU915 LoRa standard channel data rate #63

Closed adriansmares closed 1 year ago

adriansmares commented 1 year ago

Summary

This PR fixes the data rate of the LoRa Standard Channel to be an uplink data rate instead of downlink data rate. The two indices encode an equivalent data rate, but for some reason we've encoded the downlink data rate instead of the uplink data rate in our frequency plans.

Changes

Notes for Reviewers

image image

Checklist