From f835eac31780cf7da5b69ae6bd4f57edefa45947 Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Mon, 27 Jan 2014 12:04:34 +0100 Subject: Fixed 'floating point exception' crash when concentrator returned a packet 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). --- libloragw/doc/CHANGELOG.TXT | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libloragw/doc/CHANGELOG.TXT') diff --git a/libloragw/doc/CHANGELOG.TXT b/libloragw/doc/CHANGELOG.TXT index bdaab2d..9402573 100644 --- a/libloragw/doc/CHANGELOG.TXT +++ b/libloragw/doc/CHANGELOG.TXT @@ -1,6 +1,12 @@ Lora Gateway HAL changelog ========================== + v1.2.1 +--------------------- + + * Fixed 'floating point exception' crash when concentrator returned a packet with SF=0 (CRC error on Lora header) + * Fixed buggy timezone handling + v1.2.0 --------------------- -- cgit v1.2.3