Skip to content

Commit

Permalink
Control camera's over MAVLink
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Dec 7, 2023
1 parent 7279d9b commit 2b0424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/modules/datalink/mavlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ static void mavlink_send_heartbeat(struct transport_tx *trans, struct link_devic
}
mavlink_msg_heartbeat_send(MAVLINK_COMM_0,
mav_type,
MAV_AUTOPILOT_PPZ,
MAV_AUTOPILOT_ARDUPILOTMEGA,
mav_mode,
0, // custom_mode
mav_state);
Expand Down

0 comments on commit 2b0424a

Please sign in to comment.