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

update NEUTRAL_POS

This commit is contained in:
zzzz 2024-04-30 23:15:54 +02:00
parent 54c4a57bb6
commit 04f49f8729

View file

@ -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;
};