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);
|
||||
break;
|
||||
|
||||
#if MAVLINK_PROTOCOL_VERSION >= 2
|
||||
case MAVLINK_MSG_ID_SETUP_SIGNING:
|
||||
handle_setup_signing(msg);
|
||||
break;
|
||||
#endif
|
||||
} // end switch
|
||||
} // end handle mavlink
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user