From 0d3fcabc3616d95f9fbeeb367087926dcdb32ca1 Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Fri, 22 Nov 2013 17:08:59 +0100 Subject: v1.1.0 - Fixed bug 'no TX on radio B' (rfch 1) - Added feature: concentrator processing delay compensation in the receive() function for accurate 'end of packet' even timestamping - Added feature: TX 'start delay' compensation in the send() function to emit packet exactly on target timestamp - Added feature: timestamp counter verification in send() function, return an error if scheduling was too late - Switched license to 'Revised BSD' --- libloragw/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libloragw/VERSION') diff --git a/libloragw/VERSION b/libloragw/VERSION index 94fa4e6..3440bb1 100644 --- a/libloragw/VERSION +++ b/libloragw/VERSION @@ -1,5 +1,5 @@ /* Software library version: */ -#define VERSION_LIBRARY "1.0.0" +#define VERSION_LIBRARY "1.1.0" /* API version */ #define VERSION_API "1.0" -- cgit v1.2.3