summaryrefslogtreecommitdiff
path: root/unologger/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'unologger/config.h')
-rw-r--r--unologger/config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/unologger/config.h b/unologger/config.h
index eb109b4..2be5a7d 100644
--- a/unologger/config.h
+++ b/unologger/config.h
@@ -2,10 +2,15 @@
#define CONFIG_H_INCLUDED
/**************************************
+* OBD-II options
+**************************************/
+#define OBD_PROTOCOL 0 /* 0 for auto */
+
+/**************************************
* Data logging/streaming out
**************************************/
#define ENABLE_DATA_OUT 0
-#define ENABLE_DATA_LOG 1
+#define ENABLE_DATA_LOG 0
#define USE_SOFTSERIAL 0
//this defines the format of log file
#define LOG_FORMAT FORMAT_CSV