mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: add MSG_MAG_CAL_PROGRESS and _REPORT
This commit is contained in:
parent
72c8d0f530
commit
53fe649016
|
@ -61,6 +61,8 @@ enum ap_message {
|
||||||
MSG_MOUNT_STATUS,
|
MSG_MOUNT_STATUS,
|
||||||
MSG_OPTICAL_FLOW,
|
MSG_OPTICAL_FLOW,
|
||||||
MSG_GIMBAL_REPORT,
|
MSG_GIMBAL_REPORT,
|
||||||
|
MSG_MAG_CAL_PROGRESS,
|
||||||
|
MSG_MAG_CAL_REPORT,
|
||||||
MSG_EKF_STATUS_REPORT,
|
MSG_EKF_STATUS_REPORT,
|
||||||
MSG_LOCAL_POSITION,
|
MSG_LOCAL_POSITION,
|
||||||
MSG_PID_TUNING,
|
MSG_PID_TUNING,
|
||||||
|
|
Loading…
Reference in New Issue