Skip to content

Commit 202cdf9

Browse files
committed
removed one space from csv headline
1 parent 0706ced commit 202cdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPVController/datalog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
const String HEADER = "time,motor temp,motor input voltage,motor average input current,"
20-
"motor average current,motor duty cycle,motor RPM, motor state,mosfet temp,"
20+
"motor average current,motor duty cycle,motor RPM,motor state,mosfet temp,"
2121
"chassis temp,chassis humidity,led lamp state,speed setting";
2222
const String DATALOG_DIR = "/datalog";
2323
const unsigned long DATALOG_INTERVAL = 1000;//how often we record a datapoint in milliseconds.

0 commit comments

Comments
 (0)