diff --git a/src/ContinuousServo.hpp b/src/ContinuousServo.hpp index fdf6232..6efaa02 100644 --- a/src/ContinuousServo.hpp +++ b/src/ContinuousServo.hpp @@ -14,5 +14,5 @@ private: Servo myservo; bool m_isTurning = false; unsigned long m_endTurningTime; - const int NEUTRAL_POS = 92; + const int NEUTRAL_POS = 88; };