Fixed variable rms being at the wrong place (doesn't affect functionality)
parent
9b5fdb6aba
commit
ed735556df
|
@ -264,7 +264,7 @@ TABS.motors.initialize = function (callback) {
|
||||||
];
|
];
|
||||||
|
|
||||||
updateGraphHelperSize(accelHelpers);
|
updateGraphHelperSize(accelHelpers);
|
||||||
samples_accel_i = addSampleToData(accel_data, samples_accel_i, accel_with_offset,rms);
|
samples_accel_i = addSampleToData(accel_data, samples_accel_i, accel_with_offset);
|
||||||
drawGraph(accelHelpers, accel_data, samples_accel_i);
|
drawGraph(accelHelpers, accel_data, samples_accel_i);
|
||||||
|
|
||||||
// Compute RMS of acceleration in displayed period of time
|
// Compute RMS of acceleration in displayed period of time
|
||||||
|
|
Loading…
Reference in New Issue