summaryrefslogtreecommitdiff
path: root/unologger/config.h
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2014-03-11 13:20:27 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2014-03-11 13:20:27 +0800
commite9a869eec9345aebc3f597f1c45c9b8e7f824efc (patch)
tree21b807de90318d5a293bee68b438ce62932fabc5 /unologger/config.h
parent55251d59c94608f1304fed8f61f1940aaad14e4c (diff)
download2021-arduino-obd-e9a869eec9345aebc3f597f1c45c9b8e7f824efc.tar.gz
2021-arduino-obd-e9a869eec9345aebc3f597f1c45c9b8e7f824efc.tar.bz2
2021-arduino-obd-e9a869eec9345aebc3f597f1c45c9b8e7f824efc.zip
Update UnoLogger
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