Skip to content

Commit c0bf20c

Browse files
authored
Add success message when driving of a servo to the initial position succeeds. (#57)
1 parent 9baad04 commit c0bf20c

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)