diff options
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 **************************************/ |