From cf52bdde13512e77a3d81ca5d59e58b25136a62b Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Mon, 22 Nov 2021 10:01:50 -0600 Subject: lora gps issue hotfix --- libloragw/inc/config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libloragw/inc/config.h (limited to 'libloragw/inc') diff --git a/libloragw/inc/config.h b/libloragw/inc/config.h new file mode 100644 index 0000000..093f959 --- /dev/null +++ b/libloragw/inc/config.h @@ -0,0 +1,11 @@ +#ifndef _LORAGW_CONFIGURATION_H +#define _LORAGW_CONFIGURATION_H + #define LIBLORAGW_VERSION "5.0.6" + #define DEBUG_AUX 0 + #define DEBUG_SPI 0 + #define DEBUG_REG 0 + #define DEBUG_HAL 0 + #define DEBUG_GPS 0 + #define DEBUG_GPIO + #define DEBUG_LBT 0 +#endif -- cgit v1.2.3