mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -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;
|
||||
break;
|
||||
|
||||
case MAV_CMD_DO_DIGICAM_CONTROL:
|
||||
break;
|
||||
|
||||
default:
|
||||
result = MAV_MISSION_UNSUPPORTED;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user