Skip to content

Commit

Permalink
Plane: fixed params for Q_TAILSIT_ENABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 1, 2021
1 parent f4ad8f6 commit 3bb1769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArduPlane/tailsitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const AP_Param::GroupInfo Tailsitter::var_info[] = {

// @Param: ENABLE
// @DisplayName: Enable Tailsitter
// @Description: This enables Tailsitter functionality, 2: forces Qassist active and always stabilize in forward flight with airmode for stabalisation at 0 throttle, for use on vehicles with no control surfaces, vehicle will not arm in forward flight modes, see also Q_OPTIONS "Mtrs_Only_Qassist"
// @Values: 0:Disable, 1:Enable, 2:Enable Always
// @Description: This enables Tailsitter functionality. A value of 2 forces Qassist active and always stabilize in forward flight with airmode for stabalisation at 0 throttle, for use on vehicles with no control surfaces, vehicle will not arm in forward flight modes, see also Q_OPTIONS "Mtrs_Only_Qassist"
// @User: Standard
// @RebootRequired: True
AP_GROUPINFO_FLAGS("ENABLE", 1, Tailsitter, enable, 0, AP_PARAM_FLAG_ENABLE),
Expand Down

0 comments on commit 3bb1769

Please sign in to comment.