feat: set restval for neck bottom

This commit is contained in:
2020-08-28 13:14:03 +02:00
parent 36175c87f1
commit 0234221bf7

View File

@@ -31,7 +31,7 @@ SERVO_MIN_MAX = {
SERVO_EYE_R: ServoMinMax(80, 120, 120, 5),
SERVO_NECK_ROTATE: ServoMinMax(60, 120, 90, 5), # 60 - 90 - 120
SERVO_NECK_TOP: ServoMinMax(30, 180, 30, 5),
SERVO_NECK_BOTTOM: ServoMinMax(10, 180, 10, 5),
SERVO_NECK_BOTTOM: ServoMinMax(10, 180, 100, 5),
}