aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--datalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/datalog.h b/datalog.h
index 47833ac..73299b5 100644
--- a/datalog.h
+++ b/datalog.h
@@ -25,7 +25,7 @@ const int mySD_MOSI=15;
// 123456, 1234, 12345, 12345, 123456, 123456, 123456, 123456, 1234\n
const char csvHeader[]=" secs, co2, temp, humid, pm1, pm2.5, pm4, pm10, batt\n";
const char csvFormat[]="% 6lu, % 4u, % 5.1f, %5.1f, %6.1f, %6.1f, %6.1f, %6.1f, %4.2f\n";
-const size_t lineLength=66;
+const size_t lineLength=65;
class DataLog {
private: