diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-12-18 18:58:17 +1100 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-12-18 18:58:17 +1100 |
commit | 9549f854fe7b01615476a83201b472c2e862ec93 (patch) | |
tree | d9420cfae2ced789d3c76af0d11021b0797085bb /megalogger/config.h | |
parent | 2e009a031d1fe4aff95da3bc1b981d9ace697dd3 (diff) | |
download | 2021-arduino-obd-9549f854fe7b01615476a83201b472c2e862ec93.tar.gz 2021-arduino-obd-9549f854fe7b01615476a83201b472c2e862ec93.tar.bz2 2021-arduino-obd-9549f854fe7b01615476a83201b472c2e862ec93.zip |
Updated MEGA logger
Diffstat (limited to 'megalogger/config.h')
-rw-r--r-- | megalogger/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megalogger/config.h b/megalogger/config.h index 50f96a6..fe8dde5 100644 --- a/megalogger/config.h +++ b/megalogger/config.h @@ -28,7 +28,7 @@ /************************************** * Data logging/streaming options **************************************/ -#define ENABLE_DATA_OUT 1 +#define ENABLE_DATA_OUT 0 #define ENABLE_DATA_LOG 1 #define USE_OBD_BT 0 #define LOG_FORMAT FORMAT_CSV /* options: FORMAT_CSV, FORMAT_BIN */ |