Skip to content

Commit

Permalink
AP_Mount: Siyi displays camera fw ver
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Jun 16, 2023
1 parent 02fdb82 commit c4c073e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/AP_Mount/AP_Mount_Siyi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ void AP_Mount_Siyi::process_packet()
_msg_buff[_msg_buff_data_start+0] // firmware revision (aka patch)
};

debug("Mount: SiyiCam fw:%u.%u.%u",
(unsigned)_cam_firmware_version.major, // firmware major version
(unsigned)_cam_firmware_version.minor, // firmware minor version
(unsigned)_cam_firmware_version.patch); // firmware revision
gcs().send_text(MAV_SEVERITY_INFO, "Mount: SiyiCam fw:%u.%u.%u",
(unsigned)_cam_firmware_version.major, // firmware major version
(unsigned)_cam_firmware_version.minor, // firmware minor version
(unsigned)_cam_firmware_version.patch); // firmware revision

// display gimbal info to user
gcs().send_text(MAV_SEVERITY_INFO, "Mount: Siyi fw:%u.%u.%u",
Expand Down

0 comments on commit c4c073e

Please sign in to comment.