mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AntennaTracker: support AUTOPILOT_VERSION command
This commit is contained in:
parent
529a05256d
commit
4484465b38
@ -748,6 +748,10 @@ mission_failed:
|
||||
break;
|
||||
#endif
|
||||
|
||||
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
||||
gcs[chan-MAVLINK_COMM_0].send_autopilot_version();
|
||||
break;
|
||||
|
||||
} // end switch
|
||||
} // end handle mavlink
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user