Skip to content

Commit

Permalink
AP_Mount: Siyi max packet length to 42
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Jul 4, 2024
1 parent cd605e9 commit dcb008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Mount/AP_Mount_Siyi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <AP_Math/AP_Math.h>
#include <AP_Common/AP_Common.h>

#define AP_MOUNT_SIYI_PACKETLEN_MAX 38 // maximum number of bytes in a packet sent to or received from the gimbal
#define AP_MOUNT_SIYI_PACKETLEN_MAX 42 // maximum number of bytes in a packet sent to or received from the gimbal

class AP_Mount_Siyi : public AP_Mount_Backend_Serial
{
Expand Down

0 comments on commit dcb008c

Please sign in to comment.