mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
AP_TempCalibration: fixed degC units
This commit is contained in:
parent
42b2843032
commit
4e8f8e88d9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user