Skip to content

Commit

Permalink
AP_Mount: allow for larger SIYI packets
Browse files Browse the repository at this point in the history
needed for attitude packet
  • Loading branch information
tridge committed Nov 14, 2023
1 parent 43d4aa0 commit c0ad3c3
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 22 // maximum number of bytes in a packet sent to or received from the gimbal
#define AP_MOUNT_SIYI_PACKETLEN_MAX 38 // maximum number of bytes in a packet sent to or received from the gimbal

class AP_Mount_Siyi : public AP_Mount_Backend
{
Expand Down

0 comments on commit c0ad3c3

Please sign in to comment.