hjd1964 / OnStep

Arduino telescope goto for equatorial and alt/az mounts
http://www.stellarjourney.com/index.php?r=site/equipment_onstep
GNU General Public License v3.0
452 stars 167 forks source link

Fixed Focuser rate for ":FS#" command to 0.01mm/s as documented. #176

Closed mclei closed 3 years ago

mclei commented 3 years ago

There is everywhere documented, that :FS# command sets moving rate to 0.01mm/s, but currently it sets it to 0.001mm/s. So there is a big difference in behavior between SHC and Android OnStep Application.

This pull request fixes this issue.