diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-12-25 09:59:46 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-12-25 09:59:46 +1100 |
commit | 5c237d7a4b96d12cb8b1e419968b98328b97674b (patch) | |
tree | 054001bc02d9884fc516bd9d69c418562d97b98b /megalogger/config.h | |
parent | 2f3aeec1107177d7bf5ac3266b181dd82c914e05 (diff) | |
download | 2021-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.h | 4 |
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 **************************************/ |