Skip to content

Commit 2aac5fc

Browse files
committed
fix: focus_servo
1 parent 473f947 commit 2aac5fc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 2021
22

3+
## 4.25
4+
5+
- release v2.3.6
6+
- fix focus_servo error
7+
38
## 4.20
49

510
- release v2.3.5

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__all__ = ["mycobot", "genre"]
44

5-
__version__ = "2.3.5"
5+
__version__ = "2.3.6"
66
__author__ = "Zachary zhang"
77
__email__ = "[email protected]"
88
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

pymycobot/mycobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def focus_servo(self, servo_id):
438438
servo_id: 1 ~ 6
439439
440440
"""
441-
self.__mesg(Command.RELEASE_SERVO, servo_id)
441+
self.__mesg(Command.FOCUS_SERVO, servo_id)
442442

443443
# Atom IO
444444
@check_parameters(Command.SET_COLOR)

0 commit comments

Comments
 (0)