Skip to content

Releases: Lora-net/lora_gateway

v1.2.2

10 Mar 13:49
Compare
Choose a tag to compare
  • Bugfix: added a GPIO toggle on the FTDI SPI module to reset the SX1301 board.

v1.2.1

05 Feb 11:05
Compare
Choose a tag to compare
  • Bugfix: solved 'floating point exception' crash when concentrator returned a packet with SF=0 (CRC error on Lora header).
  • Bugfix: solved buggy timezone handling.
  • HAL does not return NaN anymore for SNR and RSSI if measurements are not available (return -128).

v1.2.0

19 Dec 17:29
Compare
Choose a tag to compare
  • Feature: added GPS module in the library for synchronization

v1.1.1

05 Feb 11:06
Compare
Choose a tag to compare
  • Bugfix: fixed some range checks that did not prevent segfaults
  • Removed systematic register dump in test_loragw_hal.c
  • Modified Makefiles for easier cross-compilation
  • Added root README and removed TXT extension of other READMEs

v1.1.0

19 Dec 17:28
Compare
Choose a tag to compare

Added features:

  • Feature: implemented concentrator processing delay compensation in the receive() function for accurate 'end of packet' even timestamping.
  • Feature: added TX 'start delay' compensation in the send() function to emit packet exactly on target timestamp.
  • Added timestamp counter verification in send() function, return an error if scheduling was too late.

v1.0.0

24 Oct 10:00
Compare
Choose a tag to compare

First public release of the liblorgw library and 4 example program.