Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

0.20.1

Choose a tag to compare

@brocaar brocaar released this 15 Aug 12:37
· 586 commits to master since this release

Features:

  • Add support for IN_865_867 ISM band.

Bugfixes:

  • Remove gateway location and altitude 'nullable' option in the database.
    This removes some complexity and fixes a nil pointer issue when compiled
    using Go < 1.8 (#210).

  • Update AU_915_928 data-rates according to the LoRaWAN Regional Parameters
    1.0.2 specification.

  • Better handling of ADR and TXPower nACK. In case of a nACK, LoRa Server will
    set the max supported DR / TXPower to the requested value - 1.

  • The ADR engine sets the stored node TXPower to 0 when the node uses an
    "unexpected" data-rate for uplink. This is to deal with nodes that are
    regaining connectivity by lowering the data-rate and setting the TXPower
    back to 0.