diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-08-15 23:03:09 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-08-15 23:03:09 +0800 |
commit | 99cff27120252c44a18fdf47f26c34a32014dea2 (patch) | |
tree | a50c6031bb6e81a00085f2042420010383adf371 /megalogger | |
parent | 711a08a25c9d603b3bfe3df9aceab447dcb547e3 (diff) | |
download | 2021-arduino-obd-99cff27120252c44a18fdf47f26c34a32014dea2.tar.gz 2021-arduino-obd-99cff27120252c44a18fdf47f26c34a32014dea2.tar.bz2 2021-arduino-obd-99cff27120252c44a18fdf47f26c34a32014dea2.zip |
update OBD Logger
Diffstat (limited to 'megalogger')
-rw-r--r-- | megalogger/datalogger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megalogger/datalogger.h b/megalogger/datalogger.h index 9368548..527b0c0 100644 --- a/megalogger/datalogger.h +++ b/megalogger/datalogger.h @@ -1,5 +1,5 @@ // configurations -#define ENABLE_DATA_OUT 0 +#define ENABLE_DATA_OUT 1 #define ENABLE_DATA_LOG 1 typedef enum { |