mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 15:33:57 -04:00
Tracker: Support GPS_RTCM_DATA (as well as GPS_INPUT)
This commit is contained in:
parent
05d0696b0d
commit
c255aea358
@ -865,6 +865,11 @@ mission_failed:
|
||||
handle_gps_inject(msg, tracker.gps);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_GPS_RTCM_DATA:
|
||||
case MAVLINK_MSG_ID_GPS_INPUT:
|
||||
tracker.gps.handle_msg(msg);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
||||
send_autopilot_version(FIRMWARE_VERSION);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user