From d5cfef4d028b410a7a8bc7ad6317affb1c1d8b06 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 2 Apr 2022 13:15:45 +0100 Subject: fix line length, again --- datalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3