We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0706ced commit 202cdf9Copy full SHA for 202cdf9
DPVController/datalog.cpp
@@ -17,7 +17,7 @@
17
*/
18
19
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,"
+"motor average current,motor duty cycle,motor RPM,motor state,mosfet temp,"
21
"chassis temp,chassis humidity,led lamp state,speed setting";
22
const String DATALOG_DIR = "/datalog";
23
const unsigned long DATALOG_INTERVAL = 1000;//how often we record a datapoint in milliseconds.
0 commit comments