Skip to content

Commit

Permalink
gimbal: model, not product
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Aug 1, 2024
1 parent 3ab681c commit 2d06b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/gimbal/gimbal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ enum SendMode {
message GimbalItem {
int32 gimbal_id = 1; // ID to address it, starting at 1 (0 means all gimbals)
string vendor_name = 2; // Vendor name
string product_name = 3; // Product name
string model_name = 3; // Model name
string custom_name = 4; // Custom name name
int32 gimbal_manager_component_id = 5; // MAVLink component of gimbal manager, for debugging purposes
int32 gimbal_device_id = 6; // MAVLink component of gimbal device
Expand Down

0 comments on commit 2d06b8c

Please sign in to comment.