Skip to content

Commit 989f4bf

Browse files
committed
Plane: Update AIRSPEED_STALL parameter description
Updated the AIRSPEED_STALL parameter description to explain its effects on the landing final
1 parent 3f3ab35 commit 989f4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduPlane/Parameters.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const AP_Param::Info Plane::var_info[] = {
323323

324324
// @Param: AIRSPEED_STALL
325325
// @DisplayName: Stall airspeed
326-
// @Description: If stall prevention is enabled this speed is used to calculate the minimum airspeed while banking. If this is set to 0 then the stall speed is assumed to be the minimum airspeed speed. Typically set slightly higher then true stall speed.
326+
// @Description: If stall prevention is enabled this speed is used to calculate the minimum airspeed while banking. It is also used during landing final as the minimum airspeed that can be demanded by the TECS, which allows using TECS_LAND_ARSPD or LAND_PF_ARSPD to achieve landings slower than AIRSPEED_MIN. If this is set to 0 then the stall speed is assumed to be the minimum airspeed speed. Typically set slightly higher then true stall speed.
327327
// @Units: m/s
328328
// @Range: 5 75
329329
// @User: Standard

0 commit comments

Comments
 (0)