mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Plane: fixed DIGICAM camera trigger
This commit is contained in:
parent
40f6416b3d
commit
ddfcafe80f
@ -1564,6 +1564,9 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
|||||||
tell_command.p1 = packet.param1;
|
tell_command.p1 = packet.param1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case MAV_CMD_DO_DIGICAM_CONTROL:
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
result = MAV_MISSION_UNSUPPORTED;
|
result = MAV_MISSION_UNSUPPORTED;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user