From 6b60c110a54bfec113dd39b0e221267d7c03ebe1 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Sat, 15 Jul 2017 14:41:11 -0700 Subject: [PATCH] AP_Baro: Improve GND_TEMP parameter docs --- libraries/AP_Baro/AP_Baro.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/AP_Baro/AP_Baro.cpp b/libraries/AP_Baro/AP_Baro.cpp index dbba7e1909..59ca8737ad 100644 --- a/libraries/AP_Baro/AP_Baro.cpp +++ b/libraries/AP_Baro/AP_Baro.cpp @@ -66,10 +66,9 @@ const AP_Param::GroupInfo AP_Baro::var_info[] = { // @Param: TEMP // @DisplayName: ground temperature - // @Description: calibrated ground temperature in degrees Celsius + // @Description: User provided ambient ground temperature in degrees Celsius. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. A value of 0 means use the internal measurement ambient temperature. // @Units: degC // @Increment: 1 - // @ReadOnly: True // @Volatile: True // @User: Advanced AP_GROUPINFO("TEMP", 3, AP_Baro, _user_ground_temperature, 0),