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/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libloragw/VERSION') diff --git a/libloragw/VERSION b/libloragw/VERSION index b44ab5c..fff109c 100644 --- a/libloragw/VERSION +++ b/libloragw/VERSION @@ -1,5 +1,5 @@ /* Software library version: */ -#define VERSION_LIBRARY "1.2.0" +#define VERSION_LIBRARY "1.2.1" /* API version */ #define VERSION_API "1" -- cgit v1.2.3