Skip to content

Commit d524d3b

Browse files
committed
Add success message when driving of a servo to the initial position succeeds.
1 parent 9baad04 commit d524d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Tools/Factory_Set_Initial_Servo_Position/Factory_Set_Initial_Servo_Position.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ bool set_initial_servo_position(int const id, float const target_angle)
111111
return false;
112112
}
113113

114+
Serial.println("Calibration ... OK");
114115
return true;
115116
}
116117

0 commit comments

Comments
 (0)