summaryrefslogtreecommitdiff
path: root/telelogger/telelogger.ino
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2015-05-19 21:20:27 +1000
committerStanley Huang <stanleyhuangyc@gmail.com>2015-05-19 21:20:27 +1000
commitc7cb921f361b9fcdb70c15c41a7ae9ea1351817c (patch)
tree0a0561c183cc2b3583b39ed527c12b3cd9741e77 /telelogger/telelogger.ino
parent527e4396858bc084ede75cfa30fed4e5f93e985a (diff)
download2021-arduino-obd-c7cb921f361b9fcdb70c15c41a7ae9ea1351817c.tar.gz
2021-arduino-obd-c7cb921f361b9fcdb70c15c41a7ae9ea1351817c.tar.bz2
2021-arduino-obd-c7cb921f361b9fcdb70c15c41a7ae9ea1351817c.zip
Update Telelogger
Diffstat (limited to 'telelogger/telelogger.ino')
-rw-r--r--telelogger/telelogger.ino4
1 files changed, 3 insertions, 1 deletions
diff --git a/telelogger/telelogger.ino b/telelogger/telelogger.ino
index 479d840..bd5a5ba 100644
--- a/telelogger/telelogger.ino
+++ b/telelogger/telelogger.ino
@@ -1,5 +1,5 @@
/******************************************************************************
-* Vehicle Telematics Data Transmitter Sketch (SIM900/GPRS)
+* Vehicle Telematics Remote Data Logger Sketch (SIM900/GPRS)
* Developed by Stanley Huang <stanleyhuangyc@gmail.com>
* Distributed under GPL v2.0
*
@@ -15,7 +15,9 @@
#include <Arduino.h>
#include <Wire.h>
#include <OBD.h>
+#if ENABLE_DATA_LOG
#include <SD.h>
+#endif
#include <I2Cdev.h>
#include <MPU9150.h>
#include "config.h"