summaryrefslogtreecommitdiff
path: root/libloragw/src/loragw_gps.c
AgeCommit message (Collapse)AuthorFiles
2014-03-28v1.3.0v1.3.0Sylvain Miermont1
- Added TX power management. - Added full support for SX1301 reference board. - Changed build system with configuration for multiple chip/radio/band support. - SX125x bandwidth set to 1MHz by default (was 800 kHz). - Solved warnings with 64b integer printf when compiling on x86_64. - Renamed helper programs to reduce the concentrator vs. gateway confusion.
2014-01-27Fixed 'floating point exception' crash when concentrator returned a packet ↵v1.2.1Sylvain Miermont1
with SF=0 (CRC error on Lora header). Fixed buggy timezone handling HAL does not return NaN anymore for SNR and RSSI if measurements are not available (return -128).
2013-12-19v1.2.0v1.2.0Sylvain Miermont1
- Added feature: new GPS module in the library for synchronization - Removed feature: no more missed deadline detection in TX because of incompatibility with GPS - Added documentation for GPS and legal notice - Added flags in Makefiles for easier cross-compilation