diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-08-19 15:18:39 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-08-19 15:18:39 +1000 |
commit | 90e2834b13f1c15615161aa320be082cb1d4f2b9 (patch) | |
tree | f0eec055ce277e41c3b142004d4258711c8595b9 | |
parent | 99184b9627432c26900af6dfb7eb4b409744c253 (diff) | |
download | 2021-arduino-obd-90e2834b13f1c15615161aa320be082cb1d4f2b9.tar.gz 2021-arduino-obd-90e2834b13f1c15615161aa320be082cb1d4f2b9.tar.bz2 2021-arduino-obd-90e2834b13f1c15615161aa320be082cb1d4f2b9.zip |
Update config file
-rw-r--r-- | gpslogger/config.h | 7 |
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 |