summaryrefslogtreecommitdiff
path: root/megalogger/config.h
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2014-06-10 19:53:45 +1000
committerStanley Huang <stanleyhuangyc@gmail.com>2014-06-10 19:53:45 +1000
commit75da809b139fd039e1a14714e5ccce3417bd1d78 (patch)
tree9438e2ad36d872018f87b30e9885aeff9373c72c /megalogger/config.h
parentd3fc63ae15172350247738d60edb5f42c8e9c2f0 (diff)
download2021-arduino-obd-75da809b139fd039e1a14714e5ccce3417bd1d78.tar.gz
2021-arduino-obd-75da809b139fd039e1a14714e5ccce3417bd1d78.tar.bz2
2021-arduino-obd-75da809b139fd039e1a14714e5ccce3417bd1d78.zip
Update MEGA Logger for colored display
Diffstat (limited to 'megalogger/config.h')
-rw-r--r--megalogger/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/megalogger/config.h b/megalogger/config.h
index fa81858..4a3060e 100644
--- a/megalogger/config.h
+++ b/megalogger/config.h
@@ -14,7 +14,6 @@
**************************************/
// enable(1)/disable(0) data logging (if SD card is present)
#define ENABLE_DATA_LOG 1
-
#define SD_CS_PIN SS
/**************************************
@@ -40,7 +39,7 @@
#define VERBOSE 0
/**************************************
-* Config GPS here
+* GPS configuration
**************************************/
#define USE_GPS 1
#define GPSUART Serial2
@@ -56,7 +55,7 @@
/**************************************
* Timeout/interval options
**************************************/
-#define OBD_MIN_INTERVAL 25 /* ms */
+#define OBD_MIN_INTERVAL 20 /* ms */
#define ACC_DATA_INTERVAL 200 /* ms */
#define GPS_DATA_TIMEOUT 2000 /* ms */