From e48b8c7b4aa1b8df011aaf5c648add0826150708 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 May 2013 17:39:49 +1000 Subject: [PATCH] Plane: improve RTL altitude docs --- ArduPlane/Parameters.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/Parameters.pde b/ArduPlane/Parameters.pde index 272212788c..dd5f7721ae 100644 --- a/ArduPlane/Parameters.pde +++ b/ArduPlane/Parameters.pde @@ -580,7 +580,7 @@ const AP_Param::Info var_info[] PROGMEM = { // @Param: ALT_HOLD_RTL // @DisplayName: RTL altitude - // @Description: Return to launch target altitude + // @Description: Return to launch target altitude. This is the altitude the plane will aim for and loiter at when returning home. If this is negative (usually -1) then the plane will use the current altitude at the time of entering RTL. // @Units: centimeters // @User: User GSCALAR(RTL_altitude_cm, "ALT_HOLD_RTL", ALT_HOLD_HOME_CM),