Description
In rotctl the Easycomm protocol (--model=204) defines a wrong callback easycomm_rot_move_velocity for the \move command.
See Hamlib/Hamlib#1006.
How to reproduce
Run the following integration tests:
|
def _test_easycomm2_rotctl_v4_move_up(): |
|
def _test_easycomm2_rotctl_v4_move_down(): |
|
def _test_easycomm2_rotctl_v4_move_left(): |
|
def _test_easycomm2_rotctl_v4_move_right(): |
|
def _test_easycomm3_rotctl_v4_move_up(): |
|
def _test_easycomm3_rotctl_v4_move_down(): |
|
def _test_easycomm3_rotctl_v4_move_left(): |
|
def _test_easycomm3_rotctl_v4_move_right(): |
Expected behavior
Once the bug Hamlib/Hamlib#1006 is fixed the listed tests have to be updated accordingly.