Skip to content

Commit

Permalink
Default max is now 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
Koryphon committed Mar 1, 2018
1 parent a58fde5 commit 40c81c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SlowMotionServo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SlowMotionServo::SlowMotionServo() :
mDetachAtMin(false),
mDetachAtMax(false),
mMinPulse(1000),
mMaxPulse(2400),
mMaxPulse(2000),
mInitialRelativeTime(0.0),
mTargetRelativeTime(0.0),
mCurrentRelativeTime(0.0),
Expand Down

0 comments on commit 40c81c1

Please sign in to comment.