4
0
Fork 0
mirror of https://github.com/zzzzDev4/IAS-Better-Tea.git synced 2025-04-21 07:31:20 +02:00

tweaked NEUTRAL_POS

This commit is contained in:
zzzz 2024-05-01 21:15:17 +02:00
parent a4b7c00abd
commit 52d7a57dc5

View file

@ -14,5 +14,5 @@ private:
Servo myservo; Servo myservo;
bool m_isTurning = false; bool m_isTurning = false;
unsigned long m_endTurningTime; unsigned long m_endTurningTime;
const int NEUTRAL_POS = 92; const int NEUTRAL_POS = 88;
}; };