mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: add missing AccZ bit from GCS_PID_MASK doc
This commit is contained in:
parent
44ef597647
commit
a69b777d17
@ -60,7 +60,7 @@ const AP_Param::Info Plane::var_info[] = {
|
|||||||
// @DisplayName: GCS PID tuning mask
|
// @DisplayName: GCS PID tuning mask
|
||||||
// @Description: bitmask of PIDs to send MAVLink PID_TUNING messages for
|
// @Description: bitmask of PIDs to send MAVLink PID_TUNING messages for
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
// @Bitmask: 0:Roll,1:Pitch,2:Yaw,3:Steering,4:Landing
|
// @Bitmask: 0:Roll,1:Pitch,2:Yaw,3:Steering,4:Landing,5:AccZ
|
||||||
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),
|
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),
|
||||||
|
|
||||||
// @Param: KFF_RDDRMIX
|
// @Param: KFF_RDDRMIX
|
||||||
|
Loading…
Reference in New Issue
Block a user