diff --git a/src/ContinuousServo.hpp b/src/ContinuousServo.hpp index 2c361d6..fdf6232 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 = 95; + const int NEUTRAL_POS = 92; };