summaryrefslogtreecommitdiff
path: root/libloragw/VERSION
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2014-01-27 12:04:34 +0100
committerSylvain Miermont <smiermont@semtech.com>2014-01-27 12:04:34 +0100
commitf835eac31780cf7da5b69ae6bd4f57edefa45947 (patch)
treef0c56804db0fb564538d762e1f470d50442da152 /libloragw/VERSION
parentf9203f1a4a9b635cbe96670ed5a5e5309bb10697 (diff)
downloadlora_gateway-f835eac31780cf7da5b69ae6bd4f57edefa45947.tar.gz
lora_gateway-f835eac31780cf7da5b69ae6bd4f57edefa45947.tar.bz2
lora_gateway-f835eac31780cf7da5b69ae6bd4f57edefa45947.zip
Fixed 'floating point exception' crash when concentrator returned a packet with SF=0 (CRC error on Lora header).v1.2.1
Fixed buggy timezone handling HAL does not return NaN anymore for SNR and RSSI if measurements are not available (return -128).
Diffstat (limited to 'libloragw/VERSION')
-rw-r--r--libloragw/VERSION2
1 files changed, 1 insertions, 1 deletions
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"