|
|
@ -48,14 +48,7 @@ const AP_Param::GroupInfo AP_TempCalibration::var_info[] = { |
|
|
|
// @User: Advanced
|
|
|
|
// @User: Advanced
|
|
|
|
AP_GROUPINFO("_TEMP_MIN", 2, AP_TempCalibration, temp_min, 0), |
|
|
|
AP_GROUPINFO("_TEMP_MIN", 2, AP_TempCalibration, temp_min, 0), |
|
|
|
|
|
|
|
|
|
|
|
// @Param: TEMP_MIN
|
|
|
|
// 3 was used by a duplicated temp_min entry (do not use in the future!)
|
|
|
|
// @DisplayName: Min learned temperature
|
|
|
|
|
|
|
|
// @Description: Minimum learned temperature. This is automatically set by the learning process
|
|
|
|
|
|
|
|
// @Units: degC
|
|
|
|
|
|
|
|
// @ReadOnly: True
|
|
|
|
|
|
|
|
// @Volatile: True
|
|
|
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
|
|
|
AP_GROUPINFO("_TEMP_MIN", 3, AP_TempCalibration, temp_min, 0), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @Param: TEMP_MAX
|
|
|
|
// @Param: TEMP_MAX
|
|
|
|
// @DisplayName: Max learned temperature
|
|
|
|
// @DisplayName: Max learned temperature
|
|
|
|