From f9203f1a4a9b635cbe96670ed5a5e5309bb10697 Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Thu, 19 Dec 2013 17:41:02 +0100 Subject: v1.2.0 - Added feature: new GPS module in the library for synchronization - Removed feature: no more missed deadline detection in TX because of incompatibility with GPS - Added documentation for GPS and legal notice - Added flags in Makefiles for easier cross-compilation --- libloragw/library.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'libloragw/library.cfg') diff --git a/libloragw/library.cfg b/libloragw/library.cfg index 8e3ba0e..0e8c742 100644 --- a/libloragw/library.cfg +++ b/libloragw/library.cfg @@ -15,6 +15,7 @@ FLAG_AUX= -D DEBUG_AUX=0 FLAG_SPI= -D DEBUG_SPI=0 FLAG_REG= -D DEBUG_REG=0 FLAG_HAL= -D DEBUG_HAL=0 +FLAG_GPS= -D DEBUG_GPS=0 # The flags bellow define which physical link to the nano board will be used # Pick one and comment the other(s) -- cgit v1.2.3