use linear regression for preduction
This commit is contained in:
@ -128,12 +128,6 @@ void taskMetrics(void *pvParameters)
|
||||
aMetrics[u16MetricCounter].fMetricValue = getChamberTemperature().average60s.fValue;
|
||||
u16MetricCounter++;
|
||||
|
||||
// Chamber Temperature Predict 10s
|
||||
strcpy(aMetrics[u16MetricCounter].caMetricName, "chamber_temperature_pred10");
|
||||
aMetrics[u16MetricCounter].type = FLOAT;
|
||||
aMetrics[u16MetricCounter].fMetricValue = getChamberTemperature().predict10s.fValue;
|
||||
u16MetricCounter++;
|
||||
|
||||
// Chamber Temperature Predict 60s
|
||||
strcpy(aMetrics[u16MetricCounter].caMetricName, "chamber_temperature_pred60");
|
||||
aMetrics[u16MetricCounter].type = FLOAT;
|
||||
|
Reference in New Issue
Block a user