Skip to content

Commit

Permalink
AntennaTracker: Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Sep 19, 2023
1 parent 42fab87 commit 96c7534
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AntennaTracker/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,12 @@ const AP_Param::Info Tracker::var_info[] = {
// @User: Advanced

// @Param: PITCH2SRV_PDMX
// @DisplayName: Pitch axis PD Sum Maximum
// @Description: The maximum/minimum value that the sum of the P and D term can output
// @DisplayName: Pitch axis controller PD sum maximum
// @Description: Pitch axis controller PD sum maximum. The maximum/minimum value that the sum of the P and D term can output
// @Range: 0 4000
// @Increment: 10
// @Units: d%
// @User: Standard
// @User: Advanced

GGROUP(pidPitch2Srv, "PITCH2SRV_", AC_PID),

Expand Down Expand Up @@ -457,12 +457,12 @@ const AP_Param::Info Tracker::var_info[] = {
// @User: Advanced

// @Param: YAW2SRV_PDMX
// @DisplayName: PD Sum Maximum
// @Description: The maximum/minimum value that the sum of the P and D term can output
// @DisplayName: Yaw axis controller PD sum maximum
// @Description: Yaw axis controller PD sum maximum. The maximum/minimum value that the sum of the P and D term can output
// @Range: 0 4000
// @Increment: 10
// @Units: d%
// @User: Standard
// @User: Advanced

GGROUP(pidYaw2Srv, "YAW2SRV_", AC_PID),

Expand Down

0 comments on commit 96c7534

Please sign in to comment.