From 4f07205c3724bde8e4a0b5a5a7b4f773a327350c Mon Sep 17 00:00:00 2001 From: Matt Lawrence Date: Sun, 24 Feb 2019 10:31:42 -0500 Subject: [PATCH] ExtFunctions: Fixed gripper typo in code --- shotmanager/extFunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shotmanager/extFunctions.py b/shotmanager/extFunctions.py index 7715d84..6a6d799 100644 --- a/shotmanager/extFunctions.py +++ b/shotmanager/extFunctions.py @@ -154,7 +154,7 @@ class extFunctions(): self.setServo(8, SERVO_PWM_HIGH) elif self.funcSetting == 13: # gripper close self.setGripper(0) - elif self.funcSetting == 13: # gripper open + elif self.funcSetting == 14: # gripper open self.setGripper(1) else: pass