From 04f49f8729692b7ca2c0c4bceb86b7fd2c6bfb69 Mon Sep 17 00:00:00 2001 From: zzzz Date: Tue, 30 Apr 2024 23:15:54 +0200 Subject: [PATCH] update NEUTRAL_POS --- src/ContinuousServo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };