summaryrefslogtreecommitdiff
path: root/libloragw/inc/config.h
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2019-10-31 11:17:13 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2019-10-31 11:17:13 -0500
commit408ecd322635e37c710006c95a22dddc455e7f08 (patch)
tree61ed109f272710d2a50abb008a2bfd3bee697940 /libloragw/inc/config.h
parent963a35fe0d6668e5b66d6bd1ff9659be8bf7d7bd (diff)
downloadlora_gateway_mtac_full-408ecd322635e37c710006c95a22dddc455e7f08.tar.gz
lora_gateway_mtac_full-408ecd322635e37c710006c95a22dddc455e7f08.tar.bz2
lora_gateway_mtac_full-408ecd322635e37c710006c95a22dddc455e7f08.zip
Fixed lora attenuator mode5.0.1-mts-2
Diffstat (limited to 'libloragw/inc/config.h')
-rw-r--r--libloragw/inc/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libloragw/inc/config.h b/libloragw/inc/config.h
new file mode 100644
index 0000000..9b96c5f
--- /dev/null
+++ b/libloragw/inc/config.h
@@ -0,0 +1,11 @@
+#ifndef _LORAGW_CONFIGURATION_H
+#define _LORAGW_CONFIGURATION_H
+ #define LIBLORAGW_VERSION "0.1-16-gc05674a"
+ #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