mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Copter: DataFlash-over-MAVLink support
This commit is contained in:
parent
0ca07e5245
commit
826912c3e4
@ -1890,6 +1890,10 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
|||||||
}
|
}
|
||||||
#endif // AC_RALLY == ENABLED
|
#endif // AC_RALLY == ENABLED
|
||||||
|
|
||||||
|
case MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS:
|
||||||
|
copter.DataFlash.remote_log_block_status_msg(chan, msg);
|
||||||
|
break;
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
||||||
copter.gcs[chan-MAVLINK_COMM_0].send_autopilot_version(FIRMWARE_VERSION);
|
copter.gcs[chan-MAVLINK_COMM_0].send_autopilot_version(FIRMWARE_VERSION);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user