Skip to content

Commit b126352

Browse files
committed
Set both set points to float
1 parent 2716831 commit b126352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/telemetry.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ message GenericServoTel {
242242
// State of the servo installed in the multibeam.
243243
message MultibeamServoTel {
244244
MultibeamServo servo = 1; // Multibeam servo state.
245-
MultibeamServo set_point = 1; // Multibeam servo state.
245+
float set_point = 2; // Servo set point (-30..30).
246246
}
247247

248248
// GuestPort current readings.

0 commit comments

Comments
 (0)