AntennaTracker: handle SETUP_SIGNING message
This commit is contained in:
parent
ed9a43ca46
commit
b5d1dc6643
@ -886,6 +886,11 @@ mission_failed:
|
|||||||
send_autopilot_version(FIRMWARE_VERSION);
|
send_autopilot_version(FIRMWARE_VERSION);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#if MAVLINK_PROTOCOL_VERSION >= 2
|
||||||
|
case MAVLINK_MSG_ID_SETUP_SIGNING:
|
||||||
|
handle_setup_signing(msg);
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
} // end switch
|
} // end switch
|
||||||
} // end handle mavlink
|
} // end handle mavlink
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user