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/src/agc_fw.var | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libloragw/src/agc_fw.var') diff --git a/libloragw/src/agc_fw.var b/libloragw/src/agc_fw.var index a85a22e..34f34c5 100644 --- a/libloragw/src/agc_fw.var +++ b/libloragw/src/agc_fw.var @@ -8,6 +8,9 @@ Description: AGC firmware + +License: Revised BSD License, see LICENSE.TXT file include in the project +Maintainer: Mathieu Leurent */ static uint8_t agc_firmware[MCU_AGC_FW_BYTE] = { -- cgit v1.2.3