summaryrefslogtreecommitdiff
path: root/obdlogger/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'obdlogger/config.h')
-rw-r--r--obdlogger/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/obdlogger/config.h b/obdlogger/config.h
index e00362c..e2b3f88 100644
--- a/obdlogger/config.h
+++ b/obdlogger/config.h
@@ -13,15 +13,15 @@
* Default working mode
**************************************/
#define MODE_DEFAULT MODE_TIMER /* MODE_LOGGER */
-#define MODE_SWITCH_PIN 8
+//#define MODE_SWITCH_PIN 8
/**************************************
* Choose SD pin here
**************************************/
//#define SD_CS_PIN SS // generic
//#define SD_CS_PIN 4 // ethernet shield
-#define SD_CS_PIN 7 // microduino
-//#define SD_CS_PIN 10 // SD breakout
+//#define SD_CS_PIN 7 // microduino
+#define SD_CS_PIN 10 // SD breakout
/**************************************
* Config GPS here
@@ -40,7 +40,7 @@ LCD_SSD1306 lcd;
* Other options
**************************************/
#define USE_MPU6050 0
-#define OBD_MIN_INTERVAL 50 /* ms */
+//#define OBD_MIN_INTERVAL 50 /* ms */
#define GPS_DATA_TIMEOUT 2000 /* ms */
//#define DEBUG Serial