AP_TempCalibration: fixed degC units

This commit is contained in:
Andrew Tridgell 2018-01-16 14:09:14 +11:00
parent 42b2843032
commit 4e8f8e88d9

View File

@ -42,7 +42,7 @@ const AP_Param::GroupInfo AP_TempCalibration::var_info[] = {
// @Param: TEMP_MIN // @Param: TEMP_MIN
// @DisplayName: Min learned temperature // @DisplayName: Min learned temperature
// @Description: Minimum learned temperature. This is automatically set by the learning process // @Description: Minimum learned temperature. This is automatically set by the learning process
// @Units: degrees C // @Units: degC
// @ReadOnly: True // @ReadOnly: True
// @Volatile: True // @Volatile: True
// @User: Advanced // @User: Advanced
@ -51,7 +51,7 @@ const AP_Param::GroupInfo AP_TempCalibration::var_info[] = {
// @Param: TEMP_MIN // @Param: TEMP_MIN
// @DisplayName: Min learned temperature // @DisplayName: Min learned temperature
// @Description: Minimum learned temperature. This is automatically set by the learning process // @Description: Minimum learned temperature. This is automatically set by the learning process
// @Units: degrees C // @Units: degC
// @ReadOnly: True // @ReadOnly: True
// @Volatile: True // @Volatile: True
// @User: Advanced // @User: Advanced
@ -60,7 +60,7 @@ const AP_Param::GroupInfo AP_TempCalibration::var_info[] = {
// @Param: TEMP_MAX // @Param: TEMP_MAX
// @DisplayName: Max learned temperature // @DisplayName: Max learned temperature
// @Description: Maximum learned temperature. This is automatically set by the learning process // @Description: Maximum learned temperature. This is automatically set by the learning process
// @Units: degrees C // @Units: degC
// @ReadOnly: True // @ReadOnly: True
// @Volatile: True // @Volatile: True
// @User: Advanced // @User: Advanced