Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chirpstack/chirpstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a13924c
Choose a base ref
...
head repository: chirpstack/chirpstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7b4f943
Choose a head ref
  • 2 commits
  • 33 files changed
  • 1 contributor

Commits on Jun 5, 2025

  1. Fix mixing of Class-B _k vs _periodicity.

    In the UI the k value (LoRaWAN < 1.0.4) was used as periodicity
    (LoRaWAN 1.0.4). This renames the `_nb_k` fields to `_periodicity` to
    align with the LoRaWAN 1.0.4 spec and updates the backend code to use
    this value as periodicity as defined by the LoRaWAN 1.0.4 spec.
    
    Fixes #670.
    brocaar committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    29674fc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    7b4f943 View commit details
    Browse the repository at this point in the history
Loading