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

0.23.3

Choose a tag to compare

@brocaar brocaar released this 24 Jan 09:49
· 485 commits to master since this release

Improvements:

  • Device-status (battery and link margin) returns 256 as value when battery
    and / or margin status is (yet) not available.
  • Extra logging has been added:
    • gRPC API calls (to the gRPC server and by the gRPC clients) are logged
      as info
    • Executed SQL queries are logged as debug
  • LoRa Server will wait 2 seconds between scheduling Class-C downlink
    transmissions to the same device, to avoid that sequential Class-C downlink
    transmissions collide (in case of running a cluster of LoRa Server instances).

Internal changes:

  • The project moved to using dep as vendoring
    tool. In case you run into compiling issues, remove the vendor folder
    (which is not part of the repository anymore) and run make requirements.