summaryrefslogtreecommitdiff
path: root/gpslogger
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2015-08-19 15:18:39 +1000
committerStanley Huang <stanleyhuangyc@gmail.com>2015-08-19 15:18:39 +1000
commit90e2834b13f1c15615161aa320be082cb1d4f2b9 (patch)
treef0eec055ce277e41c3b142004d4258711c8595b9 /gpslogger
parent99184b9627432c26900af6dfb7eb4b409744c253 (diff)
download2021-arduino-obd-90e2834b13f1c15615161aa320be082cb1d4f2b9.tar.gz
2021-arduino-obd-90e2834b13f1c15615161aa320be082cb1d4f2b9.tar.bz2
2021-arduino-obd-90e2834b13f1c15615161aa320be082cb1d4f2b9.zip
Update config file
Diffstat (limited to 'gpslogger')
-rw-r--r--gpslogger/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gpslogger/config.h b/gpslogger/config.h
index 9d6fb07..aebbfe0 100644
--- a/gpslogger/config.h
+++ b/gpslogger/config.h
@@ -19,10 +19,7 @@
/**************************************
* Other options
**************************************/
-#define USE_MPU6050 0
#define GPS_BAUDRATE 115200
-#define GPS_DATA_TIMEOUT 2000 /* ms */
-//#define DEBUG Serial
-#define DEBUG_BAUDRATE 9600
+#define USE_MPU6050 1
-#endif // CONFIG_H_INCLUDED
+#endif