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/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libloragw/Makefile') diff --git a/libloragw/Makefile b/libloragw/Makefile index 6c004f1..b910c92 100644 --- a/libloragw/Makefile +++ b/libloragw/Makefile @@ -61,7 +61,7 @@ endif obj/loragw_reg.o: .conf_ok src/loragw_reg.c inc/loragw_reg.h inc/loragw_spi.h $(CC) -c $(C99FLAGS) src/loragw_reg.c -o obj/loragw_reg.o $(FLAG_REG) -obj/loragw_hal.o: .conf_ok src/loragw_hal.c src/arb_fw.var src/agc_fw.var inc/loragw_hal.h inc/loragw_reg.h inc/loragw_spi.h inc/loragw_aux.h +obj/loragw_hal.o: .conf_ok VERSION src/loragw_hal.c src/arb_fw.var src/agc_fw.var inc/loragw_hal.h inc/loragw_reg.h inc/loragw_spi.h inc/loragw_aux.h $(CC) -c $(C99FLAGS) src/loragw_hal.c -o obj/loragw_hal.o -D LGW_PHY="\"$(LGW_PHY)\"" $(FLAG_HAL) # test programs -- cgit v1.2.3