summaryrefslogtreecommitdiff
path: root/obdlogger/config.h
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2014-02-24 01:47:57 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2014-02-24 01:47:57 +0800
commitfe25cca198cc468ae12d9cbf320c0d273c630016 (patch)
treef5acba330779777d973ddc29c52256b48e26e36d /obdlogger/config.h
parent91335d13a15c13cbb1fad11b35e89d14ebd8e903 (diff)
download2021-arduino-obd-fe25cca198cc468ae12d9cbf320c0d273c630016.tar.gz
2021-arduino-obd-fe25cca198cc468ae12d9cbf320c0d273c630016.tar.bz2
2021-arduino-obd-fe25cca198cc468ae12d9cbf320c0d273c630016.zip
Update OBD logger
Diffstat (limited to 'obdlogger/config.h')
-rw-r--r--obdlogger/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/obdlogger/config.h b/obdlogger/config.h
index 136ed80..e05b85b 100644
--- a/obdlogger/config.h
+++ b/obdlogger/config.h
@@ -34,13 +34,14 @@
/**************************************
* Choose LCD model here
**************************************/
-LCD_SSD1306 lcd;
+LCD_SH1106 lcd;
+//LCD_SSD1306 lcd;
//LCD_Null lcd;
/**************************************
* Other options
**************************************/
-#define USE_MPU6050 1
+#define USE_MPU6050 0
//#define OBD_MIN_INTERVAL 50 /* ms */
#define GPS_DATA_TIMEOUT 2000 /* ms */
//#define DEBUG Serial