summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-10 23:54:12 +0200
committerFlorent Duchon2012-05-11 00:16:45 +0200
commit0e3c7894587e5f4fafbf3119f3a1da4996acec2d (patch)
tree46ff8ab4a03516e5788dad78af7c880f4977061e
parentdbfd5c9fb4cbe39b0953336d0dbda49a4625112f (diff)
digital/beacon: modify angle tolerance
-rw-r--r--digital/beacon/src/servo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/servo.h b/digital/beacon/src/servo.h
index e971efbe..f36e1742 100644
--- a/digital/beacon/src/servo.h
+++ b/digital/beacon/src/servo.h
@@ -30,8 +30,8 @@
#define SERVO_ANGLE_MAX 254
#define SERVO_1_ANGLE_POSITION 0
-#define SERVO_ANGLE_POSITION_TOLERANCE 2
#define SERVO_2_ANGLE_POSITION 270
+#define SERVO_ANGLE_POSITION_TOLERANCE 20
#define RISING 1