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