mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AntennaTracker: Handle GPS Injection
This commit is contained in:
parent
6b7b3247ed
commit
eae9452cd1
@ -767,6 +767,11 @@ mission_failed:
|
|||||||
case MAVLINK_MSG_ID_SERIAL_CONTROL:
|
case MAVLINK_MSG_ID_SERIAL_CONTROL:
|
||||||
handle_serial_control(msg, gps);
|
handle_serial_control(msg, gps);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case MAVLINK_MSG_ID_GPS_INJECT_DATA:
|
||||||
|
handle_gps_inject(msg, gps);
|
||||||
|
break;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
||||||
|
Loading…
Reference in New Issue
Block a user