Releases: Lora-net/lora_gateway
Releases · Lora-net/lora_gateway
v1.2.2
- Bugfix: added a GPIO toggle on the FTDI SPI module to reset the SX1301 board.
v1.2.1
- 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
- Feature: added GPS module in the library for synchronization
v1.1.1
- 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
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
First public release of the liblorgw library and 4 example program.