Browse Source

AP_Baro: Improve GND_TEMP parameter docs

master
Michael du Breuil 8 years ago committed by Francisco Ferreira
parent
commit
6b60c110a5
  1. 3
      libraries/AP_Baro/AP_Baro.cpp

3
libraries/AP_Baro/AP_Baro.cpp

@ -66,10 +66,9 @@ const AP_Param::GroupInfo AP_Baro::var_info[] = { @@ -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),

Loading…
Cancel
Save