summaryrefslogtreecommitdiff
path: root/megalogger/config.h
diff options
context:
space:
mode:
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 */