Would it be possible to change the step size from integer to float?
I have a BLDC-based rotator, and currently the movements happen in noticeable jumps, which looks ugly and annoying. The rotator position is only updated when AZ or EL changes by 1 degree.
I can see that the commands sent to the rotator already use floating-point values and are displayed with one decimal place, so I was wondering why the actual movement updates cannot also be more fine-grained.
I would prefer the rotator to move smoothly rather than in sharp step changes.
I'm not sure whether this request makes sense, though. Maybe this is simply how most rotators work.
Mine is self-built, however, and supports smoother movement.