summaryrefslogtreecommitdiff
path: root/megalogger/config.h
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2014-12-25 09:59:46 +1100
committerStanley Huang <stanleyhuangyc@gmail.com>2014-12-25 09:59:46 +1100
commit5c237d7a4b96d12cb8b1e419968b98328b97674b (patch)
tree054001bc02d9884fc516bd9d69c418562d97b98b /megalogger/config.h
parent2f3aeec1107177d7bf5ac3266b181dd82c914e05 (diff)
download2021-arduino-obd-5c237d7a4b96d12cb8b1e419968b98328b97674b.tar.gz
2021-arduino-obd-5c237d7a4b96d12cb8b1e419968b98328b97674b.tar.bz2
2021-arduino-obd-5c237d7a4b96d12cb8b1e419968b98328b97674b.zip
Remove OBD adapter model auto detection
Diffstat (limited to 'megalogger/config.h')
-rw-r--r--megalogger/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/megalogger/config.h b/megalogger/config.h
index e4345fb..729b719 100644
--- a/megalogger/config.h
+++ b/megalogger/config.h
@@ -4,6 +4,7 @@
/**************************************
* OBD-II Adapter options
**************************************/
+#define OBD_ADAPTER_MODEL OBD_MODEL_I2C
#define OBD_PROTOCOL PROTO_AUTO
/**************************************
@@ -32,9 +33,6 @@
*/
#define STREAM_BAUDRATE 9600
-// outputs debug information
-#define VERBOSE 0
-
/**************************************
* GPS configuration
**************************************/