Closed fps closed 7 years ago
https://github.com/iandanforth/pydynamixel/blob/master/dynamixel/dynamixel_network.py#L493
raise ValueError("end_id must be 0 to 233")
should be
raise ValueError("end_id must be 0 to 253")
resolved by 5e9d897
https://github.com/iandanforth/pydynamixel/blob/master/dynamixel/dynamixel_network.py#L493
raise ValueError("end_id must be 0 to 233")
should be
raise ValueError("end_id must be 0 to 253")