Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoRaWAN: Restoring default RX2 data rate #7831

Merged
merged 1 commit into from
Aug 21, 2018

Commits on Aug 20, 2018

  1. Restoring default RX2 data rate

    In #b0b0261 we changed the RX2 data rate to start from the highest data rate
    available for the PHY rather than standard defined DR.
    This introduced a regression, i.e., even when somebody changed the default RX2 data
    rate to something usable for their environment, it didn't take any effect. As in
    reset_mac_params() we override the data rate with max value possible for that PHY.
    This commit restores the original behaviour and we always use standard defined
    values.
    Hasnain Virk committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    928c68c View commit details
    Browse the repository at this point in the history